deep_upi 0.0.5
deep_upi: ^0.0.5 copied to clipboard
A flutter plugin to launch UPI payment applications on Android and iOS towards making UPI payments.
0.0.1 #
- TODO: Describe initial release.
0.0.4 #
- Rename package to
deep_upiand method channel todeep_upi. - Gate merchant parameters (
mc,tid,tr,url,sign) on non-emptymerchantCode. - Default to P2P flow when
merchantCodeis empty or null. - Update example and README to P2P-first usage.
- iOS: add
deep_upi.podspecand remove old podspec.
0.0.5 #
- Allow
transactionRefId(tr) andtransactionId(tid) in P2P flows for reconciliation. - Keep
mc,url,signmerchant-only. - Update example and README to include
trandtidusage.