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

Ebanx: Add support for Stored Credentials #5243

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

almalee24
Copy link

Remote
39 tests, 95 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 94.8718% passed

@almalee24 almalee24 requested a review from a team August 29, 2024 19:03
Copy link
Contributor

@sinourain sinourain left a comment

Choose a reason for hiding this comment

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

What a good job! I like the tests coverage.

@@ -50,6 +50,7 @@ def purchase(money, payment, options = {})
add_address(post, options)
add_customer_responsible_person(post, payment, options)
add_additional_data(post, options)
add_stored_credentials(post, options)
Copy link
Contributor

Choose a reason for hiding this comment

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

The purchase and authorize methods are almost the same, I think it would be good to take advantage of the opportunity we have now to abstract the entire post population into a new method.

Remote
39 tests, 95 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
94.8718% passed
@almalee24 almalee24 merged commit 591523c into master Sep 11, 2024
5 checks passed
@almalee24 almalee24 deleted the ebanx_stored_creds branch September 11, 2024 18: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