Skip to content

Commit

Permalink
fix(Direct Debit Sample): nemiah#418 Invalid protected method called
Browse files Browse the repository at this point in the history
  • Loading branch information
fbett committed Dec 12, 2023
1 parent 63256e2 commit 1ca5976
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 1ca5976

Please sign in to comment.