Skip to content

Commit

Permalink
Merge pull request #419 from fbett/fix-issue-418
Browse files Browse the repository at this point in the history
fix(Direct Debit Sample): #418 Invalid protected method called
  • Loading branch information
nemiah authored Mar 1, 2024
2 parents 9688b5c + 1ca5976 commit 65fbb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/directDebit_Sephpa.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* https://github.com/AbcAeffchen/Sephpa
*
*/
$xml = $directDebitFile->generateXml(date("Y-m-d\TH:i:s", time()));
$xml = $directDebitFile->generateOutput(['zipToOneFile' => false])[0]['data'];

$sendSEPADirectDebit = \Fhp\Action\SendSEPADirectDebit::create($oneAccount, $xml);
$fints->execute($sendSEPADirectDebit);
Expand Down

0 comments on commit 65fbb26

Please sign in to comment.