capacitor-community / stripe

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

Advantage over @stripe-elements/stripe-elements #267

Closed co-dax closed 1 year ago

co-dax commented 1 year ago

What are the advantages of using this plugin over using @stripe-elements/stripe-elements?

rdlabo commented 1 year ago

The @capacitor-community/stripe API can be used to make @stripe-elements/stripe-elements. However, you do not necessarily need to use this.

if (Capacitor.isNativePlatform()) {
}

There is nothing wrong with branching out and doing your original web implementation with

Thanks.

rdlabo commented 1 year ago

This Issue is closed because the information has not been updated. Thank you.