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

Stripe: Add 3DS #3086

Merged
merged 1 commit into from
Jan 7, 2019
Merged

Stripe: Add 3DS #3086

merged 1 commit into from
Jan 7, 2019

Conversation

nfarve
Copy link

@nfarve nfarve commented Dec 19, 2018

Adds 3DS to the Stripe gateway. Remote tests for 3DS are in their own
file.

Loaded suite test/unit/gateways/stripe_test
.....................................................................................................................................

133 tests, 713 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Loaded suite test/remote/gateways/remote_stripe_3ds_test
.....

5 tests, 21 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Loaded suite test/remote/gateways/remote_stripe_test
...................................................................

67 tests, 313 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

@nfarve nfarve requested a review from a team December 19, 2018 15:22
@nfarve nfarve force-pushed the ene-58 branch 2 times, most recently from ce75254 to 9ac9aa3 Compare December 20, 2018 16:43
@nfarve
Copy link
Author

nfarve commented Jan 3, 2019

@curiousepic and @molbrown ready for 👀

@nfarve nfarve force-pushed the ene-58 branch 2 times, most recently from 086c02f to eb7a77e Compare January 4, 2019 15:10
@curiousepic
Copy link
Contributor

Any particular reason remote tests are their own file? I'd think we'd want to have them in the main test run so there's less of a chance something would get missed if a future change impacts them.

@nfarve
Copy link
Author

nfarve commented Jan 4, 2019

@curiousepic Stripe seems to have most of the tests broken out like this. I think because it's become some big. Right now there are 5 remote tests for stripe. The base remote test is pretty huge.

@curiousepic
Copy link
Contributor

@nfarve Ah, I didn't notice/forgot about that (which kind of demonstrates my point 😬), but it does make sense.

Copy link
Contributor

@curiousepic curiousepic left a comment

Choose a reason for hiding this comment

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

This looks good, though a small nitpick: I'd reword the commit as "Add 3DS support methods", since everything added here is private.

@nfarve nfarve force-pushed the ene-58 branch 2 times, most recently from 26f5e55 to de750dc Compare January 7, 2019 20:32
Adds 3DS to the Stripe gateway. This includes adding sources, webhooks
and callback verification. Remote tests for 3DS are in their own
file.

Loaded suite test/unit/gateways/stripe_test
.....................................................................................................................................

133 tests, 713 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Loaded suite test/remote/gateways/remote_stripe_3ds_test
.....

5 tests, 21 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed

Loaded suite test/remote/gateways/remote_stripe_test
...................................................................

67 tests, 313 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
@nfarve nfarve merged commit dbdbdfa into master Jan 7, 2019
@nfarve nfarve deleted the ene-58 branch January 7, 2019 21:04
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