Skip to content

Commit f6e334e

Browse files
committed
add test
1 parent db89661 commit f6e334e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Builders/Document/CustomerCreditTransferBuilder.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,13 @@ public function addBankTransaction(
115115
$tx = $this->createCreditTransferTransactionElement($amount, null, $endToEndId);
116116
$this->addAmountElement($tx, $amount, $currency);
117117
$this->addCreditor(
118-
$tx, null, $creditorIBAN, $creditorName, $postalAddress, $purposeText, $purposeCode
118+
$tx,
119+
null,
120+
$creditorIBAN,
121+
$creditorName,
122+
$postalAddress,
123+
$purposeText,
124+
$purposeCode
119125
);
120126

121127
return $this;

0 commit comments

Comments
 (0)