capacitor-community / stripe

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

CapacitorStripeProvider for Angular #194

Closed dodomui closed 1 year ago

dodomui commented 1 year 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 1 year ago

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