@@ -79,6 +79,8 @@ class pay_helper
return false;
}
+ Log::record("payinfo=" . json_encode($payinfo),Log::DEBUG);
+
$left_cents = intval(doubleval($payinfo['data']['api_pay_amount']) * 100 + 0.5);
if($left_cents == 0)
{