Mark WrenchRefundoffer function

This commit is contained in:
2022-07-24 01:06:25 -04:00
parent 5e9c1bc3bd
commit 074379dff1
+2 -1
View File
@@ -548,6 +548,7 @@ Foreign-key constraints:
long WrenchRefundoffer( CVars in, CVars &out )
{
logfmt( logINFO, "WrenchRefundoffer" );
long ret = PHP_API_BAD_PARAM;
//ULONG payment_id = 0;
@@ -611,7 +612,7 @@ long WrenchRefundoffer( CVars in, CVars &out )
}
logfmt( logINFO, "/WrenchRefundoffer" );
return ret;
}