|
@@ -87,7 +87,6 @@ class RefillOil extends refill\IRefillOil
|
|
|
}
|
|
|
|
|
|
$status = $resp['status'];
|
|
|
-
|
|
|
if ($status === 122600) {
|
|
|
$order_state = ORDER_STATE_SUCCESS;
|
|
|
}
|
|
@@ -97,8 +96,8 @@ class RefillOil extends refill\IRefillOil
|
|
|
else {
|
|
|
return [false, $status];
|
|
|
}
|
|
|
- return [true, $order_state];
|
|
|
|
|
|
+ return [true, $order_state];
|
|
|
}
|
|
|
}
|
|
|
|