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
@@ -64,7 +64,7 @@ import Api, {
const PATCH_EXPECT: PatchConfig = {
chType: 'ipay',
paytmChVersion: '3',
phonepeChVersion: '1',
phonepeChVersion: '2',
mobikwikChVersion: '1',
};
+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)));
};
+1 -1
View File
@@ -150,7 +150,7 @@ cmd_deploy() {
build_dir="$(mktemp -d)"
staging="${build_dir}/staging"
tarball="${build_dir}/walletman-deploy.tgz"
trap 'rm -rf "${build_dir}"' EXIT
trap '[[ -n "${build_dir:-}" ]] && rm -rf "${build_dir}"' EXIT
local wallets_json="${WALLETMAN_DIR}/cmd/wallets.json"
local proxies_json="${WALLETMAN_DIR}/cmd/proxies.json"