Git Product home page Git Product logo

omnipay-elavon's People

Contributors

aperdomo avatar barrycarrjr avatar garak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

omnipay-elavon's Issues

Getting response but payment unsuccessful

Hi,

I am getting the response but not able to see the transaction on elavon credit card list. Can you please help me what's wrong am doing.

        $gateway = Omnipay::create('Elavon_Converge');
        $gateway->setMerchantId('******');
        $gateway->setUsername('webpage');
        $gateway->setPassword('******');

        // Test mode hits the demo endpoint.
        $gateway->setTestMode(true);

       $card = array('number' => '4111111111111111', 'expiryMonth' => '10', 'expiryYear' => '20', 'cvv' => '123');

            $params = array(
                'amount'                => 10.00,
                'card'                  => $card,
                'ssl_invoice_number'    => 1,
                'ssl_show_form'         => 'false',
                'ssl_result_format'     => 'ASCII'
            );

            $response = $gateway->purchase($params)->send();

            if ($response->isSuccessful()) {
                echo('success');
                echo('<pre>');print_r($response); exit;
            } else {
                echo('Error');
                echo('<pre>');print_r($response);
                exit;
                //throw new Exception($response->getMessage());
            }

Response -

[data:protected] => Array
(
[ssl_status] => TEST MODE
[ssl_card_number] => 41**********1111
[ssl_exp_date] => 1020
[ssl_amount] => 10.00
[ssl_salestax] =>
[ssl_invoice_number] => 1
[ssl_departure_date] =>
[ssl_completion_date] =>
[ssl_issue_points] =>
[ssl_promo_code] =>
[ssl_enrollment] =>
[ssl_result] => 0
[ssl_result_message] => APPROVED
[ssl_txn_id] => 00000000-0000-0000-0000-00000000000
[ssl_approval_code] => 123456
[ssl_cvv2_response] => P
[ssl_avs_response] => X
[ssl_account_balance] => 0.00
[ssl_txn_time] => 03/10/2016 06:22:58 AM
[ssl_loyalty_account_balance] =>
[ssl_loyalty_program] =>
[ssl_access_code] =>
[ssl_tender_amount] =>
[ssl_account_status] =>
[ssl_card_type] => CREDITCARD
[ssl_card_short_description] => VISA
)

Pull request issue

I created a pull request that had a couple PSR standard issues. I fixed those issues but when I pushed up the changes, the tests on Travis did not run. I asked this question in the PR but I am not getting a response so I thought I would create an issue in hopes that someone sees this. I have only worked with repos that used Travis a couple times but when I have, the tests ran automatically whenever I pushed up a change. Is there something that I need to do here to get them to run again? If not, could you take a look at it and see what needs to be done with the PR? Thanks!!

SHA-2 and TLS v1.2 Support by March 31, 2018

SHA-2 and TLS v1.2 Support: https://www.besha2ready.com/converge

Simply changing the URL endpoint (below) worked for me. However, you do need to make sure your server is compliant per the link above.

In case an official update is not made, you'll find the endpoint URLs at:
src/Message/ConvergeAbstractRequest.php (lines 112 & 113)
tests/Message/ConvergePurchaseRequestTest.php (lines 37 & 43)
tests/Message/ConvergeAuthorizeRequestTest.php (lines 40 & 46)

Currency is not sending with payment request

Hi. I've debugging your plugin and have noticed, that payment is ignored, when send payment request.

ConvergeAbstractRequest->getBaseData() isn't get currency parameter.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.