|
@@ -43,7 +43,7 @@ class RefillCallBack implements refill\IRefillCallBack
|
|
|
$data['ret_state'] = 1;
|
|
|
$data['card_info'] = $result;
|
|
|
}
|
|
|
- Model('refill_order')->refill_third_edit($order_id, $data);
|
|
|
+ Model('thrid_refill')->refill_third_edit($order_id, $data);
|
|
|
return [$order_id, true, false,true];
|
|
|
}
|
|
|
elseif ($status === 3) {
|