Commit 4afdf020 by Arjun Jhukal

passed photo id to the withdrawl

parent 9a959cce
...@@ -66,6 +66,7 @@ export default function WithdrawlPage({ ...@@ -66,6 +66,7 @@ export default function WithdrawlPage({
wallet: values.wallet_address, wallet: values.wallet_address,
amount: Number(amount), amount: Number(amount),
game_provider: values.game_provider, game_provider: values.game_provider,
photoid_number: values.photoid_number,
}).unwrap(); }).unwrap();
setOpen(false); setOpen(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment