1. Get the SDK
The Cordova SDK is hosted on npm.org you can get the sdk here.
The example app is located here.
Requirements
Our SDK supports Android SDK version 19 and above and iOS minimum deployment target of 10.3 and above
Installation
Navigate to your project and run the following command.
npm install cordova-plugin-cashfree-pg
iOS
cd ios
pod install --repo-update
Install the plugin
cordova plugin add cordova-plugin-cashfree-pg
Updated 10 months ago