This commit is contained in:
2026-03-27 20:49:52 +08:00
parent 7e2fd625f3
commit cb4eaadc3c

View File

@@ -33,7 +33,7 @@ export default function TestScreen() {
};
const handlePhonePePayToBank = () => {
openPhonePePayToBank('7973837549', 'AIRP0000001', 'FAZLE HAQ', '100', 'test payment')
openPhonePePayToBank('7973837549', 'AIRP0000001', 'FAZLE HAQ', '99.20', 'D72C8BD001')
.then(result => console.log('PhonePe Pay To Bank', result ? 'Success' : 'Failed'))
.catch((err: Error) => Alert.alert('Error', String(err)));
};