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
When using the Cordova platform
cordova plugin add cordova-plugin-cashfree-pg
When using the Ionic Cordova platform
ionic cordova plugin add cordova-plugin-cashfree-pg
When using an Ionic Capacitor here.
npm install @awesome-cordova-plugins/cashfree-pg
Subscribe to Developer Updates
Updated 4 months ago