|
@@ -30,7 +30,7 @@ class RefillCallBack implements refill\IRefillCallBack
|
|
|
$data['official_sn'] = strtolower($params['voucherNo']) == 'null' ? '' : $params['voucherNo'];
|
|
|
Model('refill_order')->edit($order_id, $data);
|
|
|
return [$order_id, true, false, true];
|
|
|
- } elseif (in_array($status,config::NotifyErrCodes)) {
|
|
|
+ } elseif (in_array($status,config::NotifyErrCodes, true)) {
|
|
|
return [$order_id, false, true, true];
|
|
|
} else {
|
|
|
return [$order_id, false, false, false];
|