transfer description

This commit is contained in:
CHIEFSOFT\ameye
2023-10-27 18:26:52 -04:00
parent cc817dacd6
commit b52eb1714b
@@ -423,6 +423,7 @@ long WrenchFamilyTransfer(CVars in, CVars &out){
REQ_STRING(in, "origing_wallet_uid", 2, 50, "(.*)");
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
REQ_STRING(in, "currency", 2, 20, "(.*)");
REQ_STRING(in, "description", 2, 100, "(.*)");
logfmt(logINFO, "WrenchFamilyWallet() Verify Session ");
CVars rec0;
if ( VerifySession(in, out) != PHP_API_OK ){