We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug bigcommerce/checkout-sdk version": "1.346.0
When initializing the stripeupe gateway using the card method, an error is thrown from Stripe
stripeupe
card
In the source code you can see these betas being added:
checkout-sdk-js/packages/core/src/payment/strategies/stripe-upe/stripe-upe-script-loader.ts
Line 29 in eabb2f3
This is how I am initializing the payment method, which I believe is correct.
const options = { methodId: 'card', gatewayId: 'stripeupe', stripeupe: { containerId: 'checkoutButton--card', onError: (error) => { console.log("stripeupe render error", error) }, }, } await service.initializePayment(options);
The text was updated successfully, but these errors were encountered:
Hey @AlanMunozN can you please help look at this issue?
Sorry, something went wrong.
Hey @animesh1987, we'll create a ticket to review that
Hi @fresh5447, the error is not related to the betas version, we'll check the options and as soon as possible give an answer
Thanks @AlanMunozN - appreciated!
Hey @fresh5447 I think the issue is related to a missing function called render
render
could you please try adding a function for render?
@bigcommerce/team-checkout was this looked into and resolved?
No branches or pull requests
Describe the bug
bigcommerce/checkout-sdk version": "1.346.0
When initializing the
stripeupe
gateway using thecard
method, an error is thrown from StripeIn the source code you can see these betas being added:
checkout-sdk-js/packages/core/src/payment/strategies/stripe-upe/stripe-upe-script-loader.ts
Line 29 in eabb2f3
This is how I am initializing the payment method, which I believe is correct.
The text was updated successfully, but these errors were encountered: