|
@@ -303,7 +303,7 @@ class RefillBase
|
|
|
$input['pd_pay'] = true;
|
|
|
|
|
|
$logic_buy_virtual = Logic('buy_virtual');
|
|
|
- $result = $logic_buy_virtual->buyStep3($input, $buyer_id, [$calc, 'calc_vorder_amount'], true,false);
|
|
|
+ $result = $logic_buy_virtual->buyStep3($input, $buyer_id, [$calc, 'calc_vorder_amount'], true, true);
|
|
|
|
|
|
$mod_refill = Model('refill_order');
|
|
|
if ($result['state'] === true)
|