Skip to content

Commit 1ca5976

Browse files
committed
fix(Direct Debit Sample): #418 Invalid protected method called
1 parent 63256e2 commit 1ca5976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/directDebit_Sephpa.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* https://github.com/AbcAeffchen/Sephpa
4343
*
4444
*/
45-
$xml = $directDebitFile->generateXml(date("Y-m-d\TH:i:s", time()));
45+
$xml = $directDebitFile->generateOutput(['zipToOneFile' => false])[0]['data'];
4646

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

0 commit comments

Comments
 (0)