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

Redsys: 3ds support #3336

Merged
merged 1 commit into from
Sep 12, 2019
Merged

Conversation

britth
Copy link
Contributor

@britth britth commented Sep 9, 2019

This PR adds 3DS support to Redsys. It adds the test and production
URLs for the 3DS service, updates the commit method to interact with the
appropriate endpoint for 3DS transactions, and updates the parse method
to appropriately parse responses.

Unit:
34 tests, 104 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

@britth britth requested a review from nfarve September 9, 2019 15:47
@britth britth force-pushed the ents-14-redsys-3ds-support branch 2 times, most recently from ddb6305 to 985e95f Compare September 10, 2019 20:51
@britth britth requested review from jeremywrowe and a team September 10, 2019 20:52
data[:order_id].to_s +
@options[:login].to_s +
data[:currency]
data[:order_id].to_s +
Copy link

Choose a reason for hiding this comment

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

Was this white space intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added it after getting a rubocop error, i'll double check 👍

Copy link

@nfarve nfarve left a comment

Choose a reason for hiding this comment

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

🐘

Copy link
Contributor

@jeremywrowe jeremywrowe left a comment

Choose a reason for hiding this comment

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

:shipit:

@britth britth force-pushed the ents-14-redsys-3ds-support branch from 985e95f to 26e5261 Compare September 12, 2019 14:01
This PR preps Redsys for 3DS integration. It adds the test and production
URLs for the 3DS service, updates the commit method to interact with the
appropriate endpoint for 3DS transactions, and updates the parse method
to appropriately parse responses.

Unit:
34 tests, 104 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
@britth britth force-pushed the ents-14-redsys-3ds-support branch from 26e5261 to 74506fc Compare September 12, 2019 14:30
@britth britth merged commit 74506fc into activemerchant:master Sep 12, 2019
@varyonic varyonic mentioned this pull request Sep 18, 2019
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