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

Adyen: modify handling of countryCode for ACH #4543

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

jcreiff
Copy link
Contributor

@jcreiff jcreiff commented Aug 18, 2022

This change allows ACH transactions to fail with an Adyen error message
instead of with a NoMethodError when no :country is present inside the
:billing_address hash

CER-151

LOCAL
5284 tests, 76224 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
746 files inspected, no offenses detected

UNIT
95 tests, 482 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

REMOTE
125 tests, 445 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
97.6% passed

  • There are two 3DS tests failing, and another related to Cabal card type. These failures are not connected to this change and are also failing on master

@jcreiff jcreiff requested a review from a team August 18, 2022 20:22
Copy link
Contributor

@rachelkirk rachelkirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, a nice useful error! I got same test results with 3 remote tests failing on master.

This change allows ACH transactions to fail with an Adyen error message
instead of with a NoMethodError when no :country is present inside the
:billing_address hash

CER-151
LOCAL
5284 tests, 76224 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
746 files inspected, no offenses detected

UNIT
95 tests, 482 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

REMOTE
125 tests, 445 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
97.6% passed
@jcreiff jcreiff merged commit 1afa526 into master Aug 19, 2022
@jcreiff jcreiff deleted the CER-151_adyen_ach_error branch September 14, 2022 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants