Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Cut too long names
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed May 15, 2017
1 parent 1647ce8 commit 2312660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/payment/payu.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private function buildProductsInOrder($products, $currencyCode)

$this->ocr['products'][] = array(
'quantity' => $item['quantity'],
'name' => $item['name'],
'name' => substr($item['name'], 0, 250),
'unitPrice' => $itemGross
);

Expand Down

0 comments on commit 2312660

Please sign in to comment.