razorpay / razorpay-capacitor

Capacitor wrapper around Razorpay's Android and iOS SDKs
https://www.npmjs.com/package/com.razorpay.capacitor
12 stars 28 forks source link

Not compatible with Capacitor 5.0 #70

Closed ggarg2 closed 5 months ago

ggarg2 commented 1 year ago

Hi Team,

Razorpay capacitor is not working with Capacitor 5.

Aksoom-Hussain commented 1 year ago

after migrating from 4.0 to 5.0 it stopped working

shravin commented 1 year ago

Is razorpay working on upgrading this repo to support Capacitor 5? It will be extremely helpful to have one. Thank you very much.

ggarg2 commented 1 year ago

Not sure if they are going to upgrade this plugin.

skadimoolam commented 1 year ago

Hi @Nautiyalsachin @vivekshindhe Are there any plans to update this package to support Capacitor 5

adnanganie commented 1 year ago

I think they are not working on this project anymore, better is to use cordova version

vivekshindhe commented 5 months ago

Hey folks, capacitor-v5 enabled SDK is present in the branch f/capacitor-v5. We didn't want to break things for people using a lower version since quite a few changes required for the migration are breaking changes. The installation for v5 would be

npm install https://github.com/razorpay/razorpay-capacitor.git#f/capacitor-v5

We are now looking into pushing this to npm to allow us to maintain separate versioning for different capacitor versions.