-
Notifications
You must be signed in to change notification settings - Fork 215
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
Stripeupe Payment Initialization Error: The following betas are not recognized for Stripe () Parameter #1846
Comments
Hey @AlanMunozN can you please help look at this issue? |
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 could you please try adding a function for render? |
@bigcommerce/team-checkout was this looked into and resolved? |
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: