mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-02-16 14:33:17 +03:00
Merge branch 'master' into master
This commit is contained in:
commit
0aff088a69
@ -209,7 +209,7 @@ class ModelExtensionRetailcrmOrder extends Model {
|
|||||||
$couponTotal = abs($totals['value']);
|
$couponTotal = abs($totals['value']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($couponTotal)) $order['discount'] = $couponTotal;
|
if(isset($couponTotal)) $order['discount'] = $couponTotal;
|
||||||
$order['createdAt'] = $order_data['date_added'];
|
$order['createdAt'] = $order_data['date_added'];
|
||||||
$order['paymentType'] = $settings['retailcrm_payment'][$payment_code];
|
$order['paymentType'] = $settings['retailcrm_payment'][$payment_code];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user