Commit 441b6ae2 authored by alexandros's avatar alexandros

Merge branch 'PW-3600' of github.com:Adyen/adyen-magento2 into PW-3600

parents f4faba85 eef2f8b6
......@@ -172,7 +172,7 @@ class RefundDataBuilder implements BuilderInterface
\Adyen\Payment\Observer\AdyenHppDataAssignObserver::BRAND_CODE
);
if ( $this->openInvoice->isOpenInvoicePaymentMethod($brandCode)) {
if ($this->openInvoice->isOpenInvoicePaymentMethod($brandCode)) {
$openInvoiceFields = $this->getOpenInvoiceData($payment);
//There is only one payment, so we add the fields to the first(and only) result
......
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