-
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): [Square] Implement Card Payments for Square #1902
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
github-actions
bot
added
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Aug 9, 2023
deepanshu-iiitu
changed the title
Implement cards square
feat(connector): [Square] Implement Card Payments for Square
Aug 9, 2023
deepanshu-iiitu
removed
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Aug 9, 2023
deepanshu-iiitu
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
Aug 9, 2023
deepanshu-iiitu
requested review from
ArjunKarthik,
lsampras and
SanchithHegde
August 10, 2023 07:20
deepanshu-iiitu
added
M-configuration-changes
Metadata: This PR involves configuration changes
M-api-contract-changes
Metadata: This PR involves API contract changes
and removed
M-api-contract-changes
Metadata: This PR involves API contract changes
labels
Aug 14, 2023
ArjunKarthik
requested changes
Aug 22, 2023
deepanshu-iiitu
dismissed stale reviews from SanchithHegde, SamraatBansal, and ArjunKarthik
via
August 30, 2023 14:20
482a702
deepanshu-iiitu
requested review from
Sangamesh26,
ArjunKarthik,
SamraatBansal and
SanchithHegde
August 30, 2023 14:22
SamraatBansal
previously approved these changes
Aug 30, 2023
ArjunKarthik
requested changes
Aug 31, 2023
ArjunKarthik
added
the
S-waiting-on-author
Status: This PR is incomplete or needs to address review comments
label
Aug 31, 2023
ArjunKarthik
approved these changes
Aug 31, 2023
ArjunKarthik
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
Aug 31, 2023
Sangamesh26
approved these changes
Aug 31, 2023
SamraatBansal
approved these changes
Aug 31, 2023
SanchithHegde
approved these changes
Aug 31, 2023
ArjunKarthik
added
S-ready-for-merge
and removed
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
S-waiting-on-approval
Status: Review completed, awaiting for approvals from code-owners
labels
Aug 31, 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
M-configuration-changes
Metadata: This PR involves configuration changes
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
Square is a payment connector from North America.
Add Card payment support for Square.
Supported Flows:
Additional Changes
Motivation and Context
Add Card Payments for Payments and Refunds flow for new connector square.
How did you test it?
Testing was carried out via Unit Tests
Checklist
cargo +nightly fmt --all
cargo clippy