mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-22 05:06:07 +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']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if(isset($couponTotal)) $order['discount'] = $couponTotal;
|
||||
$order['createdAt'] = $order_data['date_added'];
|
||||
$order['paymentType'] = $settings['retailcrm_payment'][$payment_code];
|
||||
|
Loading…
Reference in New Issue
Block a user