Giter Club home page Giter Club logo

orocommerce-payment-integration-novalnet's People

Contributors

novalnet-technic avatar

Stargazers

 avatar

Watchers

 avatar

orocommerce-payment-integration-novalnet's Issues

By payment error during a checkout the customer is not being informed.

When a payment error happens during checkout the customer is not being about errors when processing the payment.

The error response looks like this:

Array
(
    [customer] => Array
        (
            [billing] => Array
                (
                    [city] => ....
                    [company] => .....
                    [country_code] => FR
                    [house_no] => 
                    [state] => ....
                    [street] => .....
                    [zip] => ....
                )
            [customer_ip] => ....
            [customer_no] => ....
            [email] => .....
            [first_name] => ....
            [gender] => ....
            [last_name] => .....
        )

    [result] => Array
        (
            [additional_message] => 51 Not sufficient funds
            [status] => FAILURE
            [status_code] => 406012
            [status_text] => Insufficient funds or credit limit exceeded
        )

    [transaction] => Array
        (
            [amount] => 0
            [currency] => EUR
            [date] => 2024-06-14 11:55:46
            [order_no] => .....
            [payment_data] => Array
                (
                    [card_brand] => VISA
                    [card_expiry_month] => ..
                    [card_expiry_year] => ..
                    [card_holder] => ..........
                    [card_number] => XXXXXXXXXXXX
                    [last_four] => 
                )

            [payment_type] => CREDITCARD
            [status] => FAILURE
            [status_code] => 406012
            [test_mode] => 0
            [tid] => 
        )

)

In this case, the customer is confused not getting any info and checkout just hangs:

Bildschirmfoto 2024-06-27 um 10 28 56

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.