Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PayJunctionv2: Fix billing address fields #3557

Closed
wants to merge 1 commit into from

Commits on Mar 2, 2020

  1. PayJunctionv2: Fix billing address fields

    The billing address fields were recently added to the PayJunctionv2
    gateway but were mapped to incorrect fields for the gateway.
    
    This update corrects these fields to send the data in the correctly
    named fields according to [PayJunction's documentation](https://developer.payjunction.com/hc/en-us/articles/216477407-POST-transactions).
    
    In addition, new remote test assertions were added to ensure that the
    gateway is correctly receiving and returning the billing address fields
    in the response.
    
    CE-437
    
    Unit:
    19 tests, 87 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions,
    0 notifications
    100% passed
    
    Remote:
    20 tests, 63 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions,
    0 notifications
    100% passed
    
    All unit tests:
    4464 tests, 71595 assertions, 0 failures, 0 errors, 0 pendings, 2
    omissions, 0 notifications
    100% passed
    leila-alderman committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    65db5c4 View commit details
    Browse the repository at this point in the history