capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 75 forks source link

framewrok7 error #274

Closed PeraDev7 closed 10 months ago

PeraDev7 commented 1 year ago

Platform

Describe the bug When i add the code on my Framework7 x capacitor project, the plugin is not working. I added with npm and initialized on main.js with : Stripe.addListener(PaymentSheetEventsEnum.Completed, () => { console.log('PaymentSheetEventsEnum.Completed'); }); But i din't have any log returned. I'm working on framework7 core

rdlabo commented 1 year ago

Sorry, I don't use framework7, so can't support. This plugin has been verified to work with other frameworks (Angular/React), so first check that the event listeners are set correctly.

rdlabo commented 10 months ago

This issue is closed due to lack of activity for a long time. Please start a new Issue if needed.