diff --git a/wrenchboard/src/shared_tool/payments.cc b/wrenchboard/src/shared_tool/payments.cc index 2f2092c2..44e094a6 100644 --- a/wrenchboard/src/shared_tool/payments.cc +++ b/wrenchboard/src/shared_tool/payments.cc @@ -228,6 +228,7 @@ long WrenchFamilyTransferCredit( CVars in, CVars &out ){ if (retDb2>0) { + long member_id = out["recipient"].Long(); // This is the recipient CVars vw; vw["currency"] = in["currency"]; vw["currency"].set_valid( true );