update
This commit is contained in:
@ -109,7 +109,8 @@ const TransactionWithdraw = () => {
|
||||
pin: form.pin,
|
||||
purpose: form.purpose,
|
||||
id_transaction_type: "20c8a690-dc02-463d-b391-324184d1fefa",
|
||||
id_origin_customer: getAuth()?.id
|
||||
id_origin_customer: getAuth()?.id,
|
||||
type:"S"
|
||||
});
|
||||
if (response?.status == true) {
|
||||
await fetchWallets();
|
||||
|
||||
Reference in New Issue
Block a user