Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 675 Bytes

Sample App

Sample App to demonstrate the integration of PhonePe PG SDK ionic package.

To know about the integration steps, please visit the Dev Docs : PhonePe Developer Docs.

Note

Please get in touch with the PhonePe integration team (merchant-integration@phonepe.com) to get your secret keys and to know about how to use this app.

Warning

Without valid input this sample app will not work.

Pull dependencies from NPM:

npm i ionic-capacitor-phonepe-pg -f
npm i --f
npm run build

To run on iOS:

npx cap run ios

To run on Android:

npx cap run android