Skip to content

Card Form in PayPalWebPayments #314

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

Draft
wants to merge 8 commits into
base: bcdc-feature
Choose a base branch
from

Conversation

sshropshire
Copy link
Collaborator

Summary of changes

Checklist

  • Added a changelog entry

Authors

List GitHub usernames for everyone who contributed to this pull request.

if (updateConfigResult is UpdateClientConfigResult.Failure) {
// notify failure
callback.onPayPalWebStartResult(
PayPalPresentAuthChallengeResult.Failure(updateConfigResult.error)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we decided to return failure upon failure on this GraphQL call?
I know JS SDK does not do that atm and Ravi had mentioned that this is probably what should be done.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we've made a decision on this. I'd be curious to know how failure affects the overall transaction before making the final call.

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.

2 participants