transfer id
This commit is contained in:
@@ -123,6 +123,7 @@ long WrenchFamilyPayment( CVars in, CVars &out )
|
||||
|
||||
long member_id = REQ_LONG( in, "member_id", 1, -1 );
|
||||
long recipient_id = REQ_LONG( in, "recipient", 1, -1 );
|
||||
long transfer_id = REQ_LONG( in, "transfer_id", 1, -1 );
|
||||
REQ_STRING(in, "currency", 2, 20, "(.*)");
|
||||
REQ_STRING(in, "origing_wallet", 2, 50, "(.*)");
|
||||
REQ_STRING(in, "target_wallet", 2, 50, "(.*)");
|
||||
|
||||
Reference in New Issue
Block a user