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: Update MIT flagging for NT #4905

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Adyen: Update MIT flagging for NT #4905

merged 1 commit into from
Oct 9, 2023

Conversation

aenand
Copy link
Contributor

@aenand aenand commented Oct 3, 2023

ECS-3158

The existing logic for MIT flagging for any NT card (ApplePay, GooglePay, or NetworkToken) assume that they cannot be used with a shopperInteraction of ContAuth. This is not true as a merchant can perform MIT transactions with these payment methods if they skip adding MPI data.

This commit updates the shopper_interaction logic so that NT payment methods on subsequent transactions will be flagged as ContAuth and skip adding MPI data for them.

This commit also comments out Adyen's remote store tests as they are failing. A new ticket, ECS-3205, has been created to fix them.

Remote Tests:
126 tests, 433 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed

@aenand aenand requested a review from a team October 3, 2023 14:56
Copy link
Contributor

@bradbroge bradbroge left a comment

Choose a reason for hiding this comment

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

:shipit:

ECS-3158

The existing logic for MIT flagging for any NT card (ApplePay, GooglePay, or NetworkToken)
assume that they cannot be used with a `shopperInteraction` of `ContAuth`. This is not true as
a merchant can perform MIT transactions with these payment methods if they skip adding MPI data.

This commit updates the `shopper_interaction` logic so that NT payment methods on subsequent transactions
will be flagged as `ContAuth` and skip adding MPI data for them.

This commit also comments out Adyen's remote store tests as they are failing.
A new ticket, ECS-3205, has been created to fix them.

Remote Tests:
128 tests, 449 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
@aenand aenand merged commit 2165af8 into master Oct 9, 2023
5 checks passed
@aenand aenand deleted the update_adyen_flagging branch October 9, 2023 17:23
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.

3 participants