phone_pe_pg 0.0.6
phone_pe_pg: ^0.0.6 copied to clipboard
A Flutter plugin for integrating PhonePe Payment Gateway in flutter, with support for Android and iOS (currently).
Changelog #
All notable changes to this project will be documented in this file.
[0.0.6] #
- Merged the PR #3 for adding the intent URL if someone wants to call the pay api directly.
- Dependency Version Upgrades
[0.0.5] #
- Fixed the bug (payment success on any event)
[0.0.4] #
- Fixed a minor issue with pay api
[0.0.3] #
- Updated the package as per phonepe's backend requirement, now you need to write the backend code for hitting the pay api (see the readme for example) and get the ip of your backend whitelisted by PhonePe team
[0.0.2] #
- Updated the Readme
[0.0.1] #
- Check the Readme for more details