@juspay/ec-headless-cordova-plugin
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -26,3 +26,8 @@ ### 1.0.0 | ||
### 1.0.6 | ||
* Upgraded Android SDK version & Minor bug fixes | ||
### 1.0.7 | ||
* Updated iOS plugin - 0.2.68. | ||
{ | ||
"name": "@juspay/ec-headless-cordova-plugin", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A Cordova plugin for the Juspay Express Checkout Headless Sdk", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -10,7 +10,7 @@ # PhoneGap app integration | ||
```sh | ||
$ phonegap plugin add juspay/ec-headless-cordova-plugin | ||
$ phonegap plugin add @juspay/ec-headless-cordova-plugin | ||
``` | ||
(or) | ||
```sh | ||
$ cordova plugin add juspay/ec-headless-cordova-plugin | ||
$ cordova plugin add @juspay/ec-headless-cordova-plugin | ||
``` | ||
@@ -46,3 +46,4 @@ | ||
//Here payload format is specified for netbanking transaction. For other operations, refer | ||
[EC SDK Doc](https://www.juspay.in/docs/hyper-sdk/android/ExpressCheckout/index.html) | ||
[EC SDK Doc - Android](https://www.juspay.in/docs/hyper-sdk/android/ExpressCheckout/index.html) | ||
[EC SDK Doc - iOS](https://developer.juspay.in/docs/ios-payments-sdk-integration) | ||
@@ -49,0 +50,0 @@ var requestPayload = { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19909
77