-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(connector): [Checkout] add GooglePay, ApplePay and Webhooks support #875
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
SamraatBansal
added
A-connector-integration
Area: Connector integration
C-feature
Category: Feature request or enhancement
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
labels
Apr 13, 2023
SamraatBansal
requested review from
a team,
jarnura and
ashokkjag
as code owners
April 13, 2023 11:24
pixincreate
reviewed
Apr 16, 2023
jagan-jaya
reviewed
Apr 17, 2023
jagan-jaya
requested changes
Apr 17, 2023
ArjunKarthik
requested changes
Apr 17, 2023
ArjunKarthik
added
S-waiting-on-author
Status: This PR is incomplete or needs to address review comments
and removed
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
labels
Apr 17, 2023
SamraatBansal
added
S-waiting-on-approval
Status: Review completed, awaiting for approvals from code-owners
and removed
S-waiting-on-author
Status: This PR is incomplete or needs to address review comments
labels
Apr 17, 2023
ArjunKarthik
previously approved these changes
Apr 17, 2023
jagan-jaya
previously approved these changes
Apr 17, 2023
ArjunKarthik
previously approved these changes
Apr 17, 2023
jagan-jaya
previously approved these changes
Apr 18, 2023
SamraatBansal
added
S-ready-for-merge
and removed
S-waiting-on-approval
Status: Review completed, awaiting for approvals from code-owners
labels
Apr 18, 2023
SamraatBansal
dismissed stale reviews from jagan-jaya and ArjunKarthik
via
April 18, 2023 10:08
d4e67de
jagan-jaya
previously approved these changes
Apr 18, 2023
ArjunKarthik
previously approved these changes
Apr 18, 2023
7 tasks
SamraatBansal
added
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
and removed
S-ready-for-merge
labels
Apr 19, 2023
SamraatBansal
dismissed stale reviews from ArjunKarthik and jagan-jaya
via
April 19, 2023 11:43
bcc535a
ArjunKarthik
approved these changes
Apr 19, 2023
jagan-jaya
approved these changes
Apr 19, 2023
jarnura
approved these changes
Apr 19, 2023
jarnura
added
S-ready-for-merge
and removed
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
labels
Apr 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-connector-integration
Area: Connector integration
C-feature
Category: Feature request or enhancement
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.
Type of Change
Description
Additional Changes
The Authentication Type for Checkout has been changed to
SignatureKey
to accommodate additional key for tokenization of wallet_data.Encrypted secret file is also being pushed along to accommodate the change for sanity tests.
Motivation and Context
Closes #916
How did you test it?
Introduced all the basic unit tests,
Rsync
is ignored as it is throwing error from connector side although working in Postman.ApplePay
is not tested due to token availability issue.Checklist
cargo +nightly fmt --all
cargo clippy