-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Element/Vantiv: Add google pay and apple pay support #4647
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jherreraa basically done, nice work !, leaved you a couple of comments.
7fd7f49
to
5f4dce2
Compare
5f4dce2
to
1557b30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the AP/GP integration looks sound, but it seems something was added that doesn't belong. Remove that and this should be GTG!
1557b30
to
a8e7459
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! Could you also include a Changelog entry before merging?
a8e7459
to
e26ea8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it !
year: Time.new.year + 2, | ||
source: :google_pay, | ||
transaction_id: '123456789', | ||
eci: '05') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ Question:
On docs I'm seeing that values to eci goes from 1 to 9, without the padding zero ('01', '02', etc), did you tried that on your tests ?
Summary: This PR updates element/vantiv gateway to support apple/google pay transactions Remote Tests Finished in 35.250506 seconds. 31 tests, 86 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed 756 files inspected, no offenses detected
e26ea8f
to
96dbd6f
Compare
Summary:
This PR updates element/vantiv gateway to support apple/google pay transactions
Remote Tests
Finished in 35.250506 seconds.
31 tests, 86 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed
756 files inspected, no offenses detected