mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 06:36:06 +03:00
fix opencart reward to crm discount convert error (#189)
This commit is contained in:
parent
85de4835d5
commit
bc16a2a6f3
@ -86,7 +86,7 @@ class RetailcrmOrderConverter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($discount > 0) {
|
if ($discount > 0) {
|
||||||
$order['discountManualAmount'] = $discount;
|
$this->data['discountManualAmount'] = $discount;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
Reference in New Issue
Block a user