|
@@ -342,7 +342,6 @@ class RefillBase
|
|
|
$input['order_from'] = 1;
|
|
|
$input['pd_pay'] = true;
|
|
|
|
|
|
- $start = microtime(true);
|
|
|
$logic_buy_virtual = Logic('buy_virtual');
|
|
|
$mod_refill = Model('refill_order');
|
|
|
|
|
@@ -350,7 +349,6 @@ class RefillBase
|
|
|
{
|
|
|
$trans = new trans_wapper($mod_refill,'RefillBase::add');
|
|
|
$result = $logic_buy_virtual->buyStep3($input, $buyer_id, [$calc, 'calc_vorder_amount'], true);
|
|
|
- Log::record(sprintf("buyStep3 request time=%.6f", microtime(true) - $start), Log::DEBUG);
|
|
|
|
|
|
if ($result['state'] === true)
|
|
|
{
|