wallet_id

This commit is contained in:
CHIEFSOFT\ameye
2023-07-27 10:08:46 -04:00
parent 6508ad4a7b
commit bca95d4b6f
+1 -1
View File
@@ -933,7 +933,7 @@ long WrenchSendMoneyPayment( CVars in, CVars &out )
REQ_STRING (in, "code", 4, 5, "(.*)"); REQ_STRING (in, "code", 4, 5, "(.*)");
REQ_LONG( in, "dir", 1, -1 ); REQ_LONG( in, "dir", 1, -1 );
REQ_LONG( in, "sendmoney_id", 1, -1 ); REQ_LONG( in, "sendmoney_id", 1, -1 );
REQ_LONG( in, "wallet_id", 1, -1 ); long wallet_id = REQ_LONG( in, "wallet_id", 1, -1 );
// CVars vw; // CVars vw;
// vw["currency"] = "NAIRA"; // this might become a variable based on the country // vw["currency"] = "NAIRA"; // this might become a variable based on the country