Skip to content

Commit 50f1646

Browse files
committed
core: fixes before release (ACORN-800)
1 parent 7055989 commit 50f1646

File tree

1 file changed

+1
-1
lines changed
  • public_html/extensions/paypal_commerce/storefront/controller/responses/extension

1 file changed

+1
-1
lines changed

public_html/extensions/paypal_commerce/storefront/controller/responses/extension/paypal_commerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function main()
268268
$i++;
269269
}
270270

271-
$charsPerItem = round(126 / count($cartProducts));
271+
$charsPerItem = round(100 / count($cartProducts));
272272
$data['order_description'] = '';
273273
foreach ($orderDescription as $desc) {
274274
$postfix = $desc['sku'] . ' x ' . $desc['quantity'];

0 commit comments

Comments
 (0)