capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
https://capacitor-community-stripe.netlify.app/
MIT License
196 stars 77 forks source link

CapacitorStripeProvider for Angular #194

Closed dodomui closed 2 years ago

dodomui commented 2 years ago

Describe the solution you'd like Would like to implement Stripe with different publishkey depends on currency as we having multi national stripe account. CapacitorStripeProvider seem can fit my requirement but I only find the implementation for React but no angular version. Any possible to have this work on angular? Thanks

rdlabo commented 2 years ago

No, CapacitorStripeProvider is use React hooks. So can't work on Angular.