Skip to content

Commit

Permalink
Shipping as service in cashItems
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Sep 9, 2020
1 parent e32b2ba commit c6b9dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unitpay/catalog/controller/extension/payment/unitpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ private function getOrderItems($currencyCode, $currencyValue)
'count' => 1,
'price' => round($this->session->data['shipping_method']['cost'] * $currencyValue, 2),
'currency' => $currencyCode,
'type' => 'service',
];
}

Expand Down

0 comments on commit c6b9dba

Please sign in to comment.