ff
This commit is contained in:
@@ -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)));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user