We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63256e2 commit 1ca5976Copy full SHA for 1ca5976
Samples/directDebit_Sephpa.php
@@ -42,7 +42,7 @@
42
* https://github.com/AbcAeffchen/Sephpa
43
*
44
*/
45
-$xml = $directDebitFile->generateXml(date("Y-m-d\TH:i:s", time()));
+$xml = $directDebitFile->generateOutput(['zipToOneFile' => false])[0]['data'];
46
47
$sendSEPADirectDebit = \Fhp\Action\SendSEPADirectDebit::create($oneAccount, $xml);
48
$fints->execute($sendSEPADirectDebit);
0 commit comments