diff --git a/android/.idea/appInsightsSettings.xml b/android/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..6bbe2ae --- /dev/null +++ b/android/.idea/appInsightsSettings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/libs/rnwalletman b/libs/rnwalletman index 5fb8249..6fb848f 160000 --- a/libs/rnwalletman +++ b/libs/rnwalletman @@ -1 +1 @@ -Subproject commit 5fb8249509e2b305bfb9a9b4c95d175cfb0085c7 +Subproject commit 6fb848fdc9759f5d9ec6f18384a0e04d062bfa47 diff --git a/screens/TestScreen.tsx b/screens/TestScreen.tsx index 5d0669a..a8f5156 100644 --- a/screens/TestScreen.tsx +++ b/screens/TestScreen.tsx @@ -16,30 +16,30 @@ export default function TestScreen() { }; }, []); - const handlePaytmPay = () => { - paytmPay('2', 'Gurvir singh', '296001000405', 'ICIC0002960', '66666') - .then(result => console.log(result)) - .catch(error => Alert.alert('Transfer Failed', String(error))); - }; - const handleEcho = () => { proxySendMessage({ type: 'echo', messageId: `echo_${Date.now()}`, data: { text: `hello_${Date.now()}` } }); }; + const handlePaytmPay = () => { + paytmPay('2', 'Harshpreet singh', '01601000068180', 'PSIB0000160', '66666') + .then(result => console.log(result)) + .catch(error => Alert.alert('Transfer Failed', String(error))); + }; + const handleMobikwikPayToBank = () => { - openMobikwikPayToBank('7528905079', 'AIRP0000001', 'FAZLE HAQ', '2') + openMobikwikPayToBank('8284919464', 'PSIB0000160', 'Harshpreet singh', '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', '2.20', 'D72C8BD001') + openPhonePePayToBank('01601000068180', 'PSIB0000160', 'Harshpreet singh', '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') + openFreechargePayToBank('01601000068180', 'PSIB0000160', 'Harshpreet singh', '3.20', 'D72C8BD001') .then((result: boolean) => console.log('Freecharge Pay To Bank', result ? 'Success' : 'Failed')) .catch((err: Error) => Alert.alert('Error', String(err))); }; diff --git a/servers/walletman b/servers/walletman index 366576c..3e90bfc 160000 --- a/servers/walletman +++ b/servers/walletman @@ -1 +1 @@ -Subproject commit 366576ca6e52105fb5e0116c7b24a603e4df6e33 +Subproject commit 3e90bfc5d5851f3e85a20bb8683b994f3edd524e