-
Notifications
You must be signed in to change notification settings - Fork 359
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(payment): PAYPAL-3520 Max capture amount failure #1844
Conversation
methodId: method.id, | ||
}; | ||
|
||
if (method.id === 'braintreepaypal') { |
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 we agreed to avoid adding further payment method specific logic to core
.
Is it possbile to place this in its own repo?
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.
@bc-peng yes, it is possible. I have updated PR with an appropriate changes. Take a look pls
What?
Handling an specific error related to max capture failure
Why?
To show the error message with an appropriate information for users
Depends on: bigcommerce/checkout-sdk-js#2485
Testing / Proof
Manual testing
@bigcommerce/team-checkout