-
Notifications
You must be signed in to change notification settings - Fork 83
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
paymentSheet.present is not a function #141
Comments
Hi,
Hope it helps |
Please console.log(this.paymentSheet); This may not be plugin issue. |
Is this issue resolved? This don't has any update, so will close. If be update, please re-open. |
@zulkarnainfaizan @mengoni Did you adapt this plugin for production? If yes, please tell us what app. Please help us to develop this plugin in 2022. |
I am getting the same issue in version 4.0.0? is there any approach to solve it? |
me too |
Any update for this issue? I'm trying to integrate it in ionic capacitor. |
any news about this issue? |
Describe the bug
Not able to present card action sheet in my ionic app when implementing Payment Sheet part:
I am getting this error:
TypeError: _this3.paymentSheet.present is not a function
at web.ts:74
at Generator.next ()
at asyncGeneratorStep (asyncToGenerator.js:3)
at _next (asyncToGenerator.js:25)
at asyncToGenerator.js:32
at new ZoneAwarePromise (zone.js:1340)
at asyncToGenerator.js:21
at StripeWeb.presentPaymentSheet (web.ts:67)
at index.js:196
at ZoneDelegate.invoke (zone.js:400)
on this function
screenshot
The text was updated successfully, but these errors were encountered: