Skip to content

Commit ace12a3

Browse files
Update CustomerCreditTransferBuilder.php
1 parent 8f8c98a commit ace12a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builders/CustomerCreditTransfer/CustomerCreditTransferBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public function addBankTransaction(
340340
string $currency,
341341
?string $purposeText = null,
342342
?string $endToEndId = null,
343-
?string $purposeCode = null,
343+
?string $purposeCode = null
344344
): CustomerCreditTransferBuilder {
345345
if ($currency !== 'EUR') {
346346
throw new InvalidArgumentException('The SEPA transaction is restricted to EUR currency.');

0 commit comments

Comments
 (0)