We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 397b71a2 authored by cyattilakiss's avatar cyattilakiss Committed by GitHub

Merge pull request #385 from remco-schouten/patch-1

Update RefundDataBuilder.php
parents 51fa3c5a caceee72
...@@ -191,7 +191,7 @@ class RefundDataBuilder implements BuilderInterface ...@@ -191,7 +191,7 @@ class RefundDataBuilder implements BuilderInterface
foreach ($creditMemo->getAllItems() as $refundItem) { foreach ($creditMemo->getAllItems() as $refundItem) {
++$count; ++$count;
$numberOfItems = $refundItem->getQty(); $numberOfItems = (int)$refundItem->getQty();
$formFields = $this->adyenHelper->createOpenInvoiceLineItem( $formFields = $this->adyenHelper->createOpenInvoiceLineItem(
$formFields, $formFields,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment