Skip to content
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

Merged
merged 8 commits into from
Jun 4, 2024

Conversation

bc-nick
Copy link
Contributor

@bc-nick bc-nick commented Apr 26, 2024

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

@bc-nick bc-nick marked this pull request as ready for review April 26, 2024 09:17
@bc-nick bc-nick requested a review from a team as a code owner April 26, 2024 09:17
methodId: method.id,
};

if (method.id === 'braintreepaypal') {
Copy link
Contributor

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?

Copy link
Contributor Author

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

@bc-nick bc-nick requested a review from a team as a code owner June 4, 2024 08:27
@bc-nick bc-nick merged commit 03d4f52 into bigcommerce:master Jun 4, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants