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

Worldpay: Add AFT support to Authorize and Purchase transaction types #5402

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rachelkirk
Copy link
Contributor

Adds AFT fields to auth and purchase.

CER-2069

Unit Tests
140 tests, 771 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed

Remote Tests
122 tests, 490 assertions, 11 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 90.9836% passed
*11 tests also failing on master

@rachelkirk rachelkirk requested a review from a team February 7, 2025 21:32
aft_request(money, payment_method, payment_details.merge(**options))
else
authorize_request(money, payment_method, payment_details.merge(options))
end
end
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As discussed in the ticket, this change was additive only. I left the AFT logic in the credit method until we determine it should be removed/updated according to Worldpay's docs

Adds AFT fields to auth and purchase.

CER-2069

Unit Tests
140 tests, 771 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Remote Tests
122 tests, 490 assertions, 11 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
90.9836% passed
*11 tests also failing on master
@rachelkirk rachelkirk force-pushed the CER-2069_worldpay_aft_authpurchase branch from 990b70e to 632a9fb Compare February 7, 2025 22:44
@rachelkirk rachelkirk requested a review from jcreiff February 7, 2025 22:45
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