-
Notifications
You must be signed in to change notification settings - Fork 217
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
paypalcommercecredit payment provider: click_initiate_payment_reject #1847
Comments
Hey @serhii-tkachenko can your team please take a look at this query? |
Hey @fresh5447 👋 As far as I see, this error occurred because onValidate callback is not provided. Also you have several options in paypal commerce object, that don't use in initializePayment method.
I might recommend to check the initialization typescript interface for PayPalCommerce here: https://github.com/bigcommerce/checkout-sdk-js/blob/master/packages/core/src/payment/strategies/paypal-commerce/paypal-commerce-payment-initialize-options.ts#L79 Please, let us know if it fixes the issue. Thanks! |
Hi @fresh5447 was this resolved? |
I am successfully initializing the paypalcommercecredit payment option, however when I click the "Pay Later" button that is injected, the paypal modal opens and is stuck in a spinning state, and I receive the following error:
Here you can see the payment successfully injecting the pay later option:
This is what my initialization is:
I have also ensured the PayLater option is enabled in BigCommerce
Currently running @bigcommerce/checkout-sdk" version": "1.183.0"
Any tips on debugging this would be great, thanks!
The text was updated successfully, but these errors were encountered: