This commit is contained in:
2026-05-07 20:13:36 +08:00
parent 54da2a1e64
commit 07d867ca3f
3 changed files with 16 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export default function TestScreen() {
};
const handleMobikwikPayToBank = () => {
openMobikwikPayToBank('8284919464', 'PSIB0000160', 'Harshpreet singh', '2')
openMobikwikPayToBank('5521101002938', 'CNRB0005521', 'Anmol', '12')
.then(result => console.log('Mobikwik Pay To Bank', result ? 'Success' : 'Failed'))
.catch(err => Alert.alert('Error', String(err)));
};