Skip to content

Commit 23aa235

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

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

271+
// cut description (paypal api requirements. See Order->create->purchase_units->description)
271272
$charsPerItem = round(100 / count($cartProducts));
272273
$data['order_description'] = '';
273274
foreach ($orderDescription as $desc) {

0 commit comments

Comments
 (0)