Skip to content

Commit 34c7f0c

Browse files
committed
code review fixes
1 parent 61a25f5 commit 34c7f0c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Builders/CustomerCreditTransfer/CustomerCreditTransferBuilder.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,15 @@ public function addBankTransaction(
350350

351351
$this->addAmountElement($xmlCdtTrfTxInf, $amount, $currency);
352352

353-
$this->addCreditor($xmlCdtTrfTxInf, null, $creditorIBAN, $creditorName, $postalAddress, $purposeText, $purposeCode);
353+
$this->addCreditor(
354+
$xmlCdtTrfTxInf,
355+
null,
356+
$creditorIBAN,
357+
$creditorName,
358+
$postalAddress,
359+
$purposeText,
360+
$purposeCode
361+
);
354362

355363
return $this;
356364
}

0 commit comments

Comments
 (0)