-
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
I recently upgraded stripev3 to stripeupe #1579
Comments
Hey @alokltd from this is the interface for @vmparra can you please confirm as well. Thanks. |
You're totally right @animesh1987 . StripeUPE doesn't require options to be set. |
Thank you for your response. I tried that too. But it didn't work. Below are the steps that I followed.
Sorry for all the questions. It is creating a problem for the business and we cannot rollback the upgraded version in the BC backend. Regards, |
Also, I'm getting this error after I updated the checkout-sdk and the initialize payment method. I look forward to your response. |
Any response on above issue would be very helpful, guys. I'm stuck and it is affecting the business. Now that I've updated the SDK to ^1.280.2, I'm getting I look forward to your response. Thank you. |
Service is pretty much the same as checkoutService, just different names. That should not be an issue. Feels like there are multiple issues that you may be having. Can you please share the code how you are trying to initialise stripeupe. As you can see here https://github.com/bigcommerce/checkout-sdk-js/blob/master/packages/core/src/payment/strategies/stripe-upe/stripe-upe.mock.ts#L38 this is the test for the file. Can you please share the payload you are getting as part of loadPaymentMethods call? It should be in network tab when a call to payments is made. |
Thank you for your response, @animesh1987 When I ran I cannot get pass through the loading screen. And I cannot find anything that looks similar to loadPaymentMethods call in the network tab. Also, should I pass I look forward to your response. Thank you. |
Hey @alokltd seems like you don't have a checkout loaded to make the request. Can you check if you have a checkout loaded successfully? You can see here https://github.com/bigcommerce/checkout-js/blob/master/packages/core/src/app/checkout/Checkout.tsx#L137 You can check for payment methods loaded in network tab by filtering calls to |
Hey @animesh1987 , My issue is with the checkout SDK... Recently I am facing this issue with my theme ... Earlier it used to work just perfectly but like a month ago, I faced this issue where when I try to download a theme from my store and try to set it up on my local machine, the checkout SDK is stuck on loading and throws this issue I posted in the console |
Hi @animesh1987 Thank you for your response. I have checkout loaded as
Should I also pass the checkoutID? Where can I find the checkoutID? Before when using stripev3, I did not passed the checkoutID. I look forward to your response. Thank you. |
Hi @alokltd was this resolved in the end? |
Describe the bug
I recently upgraded my Stripe API from
stripev3
tostripeupe
.I'm using @bigcommerce/checkout-sdk-js I was using this code to initialize the Stripe card field won't show. Is this the right way to initialize the StripeUPE form fields?
Thank you in advance.
The text was updated successfully, but these errors were encountered: