capacitor-community / stripe

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

Change package name to com.capacitorjs.community.plugin #28

Closed ihadeed closed 2 years ago

ihadeed commented 3 years ago

This applies to the Android package only

tx-tim commented 3 years ago

@ihadeed Is the current documentation correct, that MainActivity.java should import ca.zyra.capacitor.stripe.Stripe and not com.getcapacitor.community.Stripe ? I haven't found a good way to search for available packages by name

imhoffd commented 3 years ago

@ihadeed Just as a heads up we may prefer com.capacitorjs.community.plugin (we're using com.capacitorjs.plugin in our plugins: https://github.com/ionic-team/capacitor-plugins)

ihadeed commented 3 years ago

@ihadeed Is the current documentation correct, that MainActivity.java should import ca.zyra.capacitor.stripe.Stripe and not com.getcapacitor.community.Stripe ? I haven't found a good way to search for available packages by name

That's correct. The current package name is ca.zyra.capacitor.stripe.Stripe

rdlabo commented 2 years ago

Thanks for issue! Today this plugin of v3 is released. This not compatible with v1. All APIs have been revamped. So I will close this issue. If you still have the same problem, please create a new Issue. Thank you.