-
Notifications
You must be signed in to change notification settings - Fork 51
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
base: bcdc-feature
Are you sure you want to change the base?
Conversation
if (updateConfigResult is UpdateClientConfigResult.Failure) { | ||
// notify failure | ||
callback.onPayPalWebStartResult( | ||
PayPalPresentAuthChallengeResult.Failure(updateConfigResult.error) |
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.
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.
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 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.
Summary of changes
:PayPalWebPayments
moduleChecklist
Authors