fix opencart reward to crm discount convert error (#189)

This commit is contained in:
vasilevdm 2020-08-18 14:38:01 +03:00 committed by GitHub
parent 85de4835d5
commit bc16a2a6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ class RetailcrmOrderConverter {
}
if ($discount > 0) {
$order['discountManualAmount'] = $discount;
$this->data['discountManualAmount'] = $discount;
}
return $this;