digitick / php-sepa-xml

* THIS PROJECT IS NO LONGER MAINTAINED* SEPA file generator in PHP
107 stars 63 forks source link

PHP Strict error on missing BIC #55

Open naturefund-falk opened 9 years ago

naturefund-falk commented 9 years ago

If you dont specify a bic for addTransfer/Directdebit, php throws a strict notice for missing debtorBic for file /lib/Digitick/Sepa/TransferFile/Facade/CustomerDirectDebitFacade.php on line 103. The further processing of the missing bic seems ok, so this is only a minor issue.

ghost commented 8 years ago

Same would happen for all the other array fields. https://github.com/digitick/php-sepa-xml/blob/master/lib/Digitick/Sepa/TransferFile/Facade/CustomerDirectDebitFacade.php#L77-L85