-
Notifications
You must be signed in to change notification settings - Fork 138
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
Adding support to google-pay #733
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cyberxander90
force-pushed
the
google-pay
branch
2 times, most recently
from
June 16, 2022 18:49
baf5723
to
bd36def
Compare
cyberxander90
force-pushed
the
google-pay
branch
2 times, most recently
from
June 16, 2022 21:45
f3d4242
to
938f088
Compare
cyberxander90
force-pushed
the
google-pay
branch
from
June 17, 2022 14:27
938f088
to
a11a7a1
Compare
cyberxander90
force-pushed
the
google-pay
branch
3 times, most recently
from
June 22, 2022 12:54
96a0033
to
422f687
Compare
gilv93
approved these changes
Jun 22, 2022
cyberxander90
force-pushed
the
google-pay
branch
2 times, most recently
from
June 23, 2022 13:23
e782c38
to
d3368f7
Compare
gilv93
approved these changes
Jun 27, 2022
cyberxander90
force-pushed
the
google-pay
branch
from
June 30, 2022 22:37
d3368f7
to
78fe532
Compare
epagerecurly
approved these changes
Jul 1, 2022
douglaslise
approved these changes
Jul 5, 2022
douglaslise
approved these changes
Jul 5, 2022
horozcorecurly
approved these changes
Jul 5, 2022
recurly-integrations
pushed a commit
that referenced
this pull request
Jul 11, 2022
[Full Changelog](v4.21.1...v4.22.0) **Merged Pull Requests** - Add more BIN ranges for UnionPay [#735](#735) ([douglaslise](https://github.com/douglaslise)) - Adding support to google-pay [#733](#733) ([cyberxander90](https://github.com/cyberxander90)) ##### Minified MD5 Checksum ``` 31b1262e3c24b7d976b8ac059272fc70 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` kBvjBMTBLtCfRYmRi0vXxHc3caUNArpOcsZ7XJinK8NCan7tqdmO30JHlASFVdWa ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding support to Google Pay in Recurly.
Google Pay integrations are based on the TokenizationSpecification which could be on 2 ways:
NOTE: This implementation is only to support Gateway integration.
The implementation is based on 2 components
pay-with-google
used to abstract the Google Pay functionalitygoogle-pay
which internally use thepay-with-google
and interact with recurly to get the merchant info and to create the token.How to use it
In your html define where do you want to show the Google-Pay button
In your script initialize the recurly.GooglePay
Specs
Pay with Google
Google Pay