From 416c33d5c94139c25ace87086890814e30d03e59 Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Sat, 28 Mar 2026 17:01:47 +0800 Subject: [PATCH] fix fix --- App.tsx | 1 + screens/TestScreen.tsx | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/App.tsx b/App.tsx index 4891de6..1b19479 100644 --- a/App.tsx +++ b/App.tsx @@ -34,6 +34,7 @@ export default function App() { | null>(null); @@ -17,7 +17,7 @@ export default function TestScreen() { }, []); const handlePaytmPay = () => { - paytmPay('100', 'Gurvir singh', '296001000405', 'ICIC0002960', 'ABCDEF') + paytmPay('2', 'Gurvir singh', '296001000405', 'ICIC0002960', '66666') .then(result => console.log(result)) .catch(error => Alert.alert('Transfer Failed', String(error))); }; @@ -27,17 +27,23 @@ export default function TestScreen() { }; const handleMobikwikPayToBank = () => { - openMobikwikPayToBank('1234567890', '123456', 'John Doe', '100') + openMobikwikPayToBank('7528905079', 'AIRP0000001', 'FAZLE HAQ', '2') .then(result => console.log('Mobikwik Pay To Bank', result ? 'Success' : 'Failed')) .catch(err => Alert.alert('Error', String(err))); }; const handlePhonePePayToBank = () => { - openPhonePePayToBank('7973837549', 'AIRP0000001', 'FAZLE HAQ', '99.20', 'D72C8BD001') + openPhonePePayToBank('7973837549', 'AIRP0000001', 'FAZLE HAQ', '2.20', 'D72C8BD001') .then(result => console.log('PhonePe Pay To Bank', result ? 'Success' : 'Failed')) .catch((err: Error) => Alert.alert('Error', String(err))); }; + const handleFreechargePayToBank = () => { + openFreechargePayToBank('7528905079', 'AIRP0000001', 'FAZLE HAQ', '3.20', 'D72C8BD001') + .then((result: boolean) => console.log('Freecharge Pay To Bank', result ? 'Success' : 'Failed')) + .catch((err: Error) => Alert.alert('Error', String(err))); + }; + return ( Test Tools @@ -51,6 +57,9 @@ export default function TestScreen() { PhonePe Pay To Bank Test + + Freecharge Pay To Bank Test + Echo Test