Skip to content

Commit 247750c

Browse files
committed
Semgrep issues fixed, README.md update
chore: package dependency versions updated to fix semgrep issues in testPlugin feat: README.md includes installation guide for v6, v5 and v4
1 parent 2f326ef commit 247750c

File tree

4 files changed

+15979
-19686
lines changed

4 files changed

+15979
-19686
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ Capacitor plugin to support [Razorpay Standard Checkout](https://developer.apple
2323

2424
## Installation
2525

26+
### Capacitor v6:
2627
- `npm i -S https://github.com/razorpay/razorpay-capacitor.git`
2728

29+
### Capacitor v5:
30+
- `npm i -S https://github.com/razorpay/razorpay-capacitor.git#76fd7d6b59f631eb44e6ecebc9188b2425168beb`
31+
32+
### Capacitor v4:
33+
- `npm i -S https://github.com/razorpay/razorpay-capacitor.git#8faf4530bd5a701af190e64ac406ddb3ed2b1d2e`
34+
2835
## Adding Plugin For Android Integration
2936

3037
Add the Checkout class to the ArrayList in the MainActivity class in {{projectDir}}/android/src/main/MainActivity.java

0 commit comments

Comments
 (0)