mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-04 05:43:37 +03:00
fix opencart reward to crm discount convert error (#189)
This commit is contained in:
parent
85de4835d5
commit
bc16a2a6f3
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class RetailcrmOrderConverter {
|
|||
}
|
||||
|
||||
if ($discount > 0) {
|
||||
$order['discountManualAmount'] = $discount;
|
||||
$this->data['discountManualAmount'] = $discount;
|
||||
}
|
||||
|
||||
return $this;
|
||||
|
|
Loading…
Add table
Reference in a new issue