This commit is contained in:
2026-07-17 22:38:04 +08:00
parent fc424f9880
commit b47f6019af
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export default function TestScreen() {
};
const handlePhonePePayToBank = () => {
openPhonePePayToBank('Harshpreet singh', '01601000068180', 'PSIB0000160', '100', 'payment')
openPhonePePayToBank('Harshpreet singh', '110140729840', 'CNRB0016365', '12', 'payment')
.then((ok: boolean) => console.log('PhonePe Pay To Bank', ok ? 'opened' : 'failed'))
.catch((err: unknown) => Alert.alert('Error', String(err)));
};