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