digitick / php-sepa-xml

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

CustomerCreditFacade Implementation? #32

Open digilist opened 10 years ago

digilist commented 10 years ago

I am trying to create a new Customer Credit with your Library, but the CustomerCreditFacade is missing.

include_once(Digitick/Sepa/TransferFile/Factory/CustomerCreditFacade.php): failed to open stream: No such file or directory in

Is this feature not implemented yet? There is no definition of this class.

monofone commented 10 years ago

Hi,

there is no Facade for the CustomerCredit at the moment, as I only used the DirectDebit I´m not very familiar with the data used for Customer Credits.

If you can provide some test (Input -> expected Output) data to create such a Customer Credit I will take a look if I can build such facade.