Skip to content

Commit 6794a4a

Browse files
authored
Merge pull request #88 from razorpay/f/capacitor-v6
Migration to capacitor v6
2 parents 6979212 + 204df71 commit 6794a4a

File tree

88 files changed

+24289
-13712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+24289
-13712
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/razorpay-capacitor.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
-17 Bytes
Binary file not shown.
17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)