dmitrirussu / php-sepa-xml-generator

SEPA SDD XML Generator recommended to see. PHP SEPA XML Generator, (Single Euro Payments Area ISO20022 SDD V1_0 20122009) (SEPA)(PHP5)
https://github.com/dmitrirussu/PHP-SEPA-XML-GENERATOR
MIT License
53 stars 36 forks source link

[RFR] Sepa Credit Transfer #19

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello Dmitri,

We also needed to do sepa credit transfer. As I was already using your library, I forked it to add this functionality.

My changes introduce a backward compatibility break. Now PaymentInfo can be used for both Payment Methods "Direct Debit" or "Credit Transfert". The Payment Method is automatically set when you use addDirectDebitTransaction or addCreditTransfertTransaction. But is not when you don't add any transaction (that was the case in unit tests). I think that there may have other breaks but you would have to do minor changes in your code to make it work.

Please have a look and tell me what you think.

dmitrirussu commented 9 years ago

Thanks I will check, I had this Ideea to implement and for CT

dmitrirussu commented 9 years ago

I will improve your work to be more automatically, and some code refactoring, Thanks for your contribution

ghost commented 9 years ago

Thanks Dmitri ! I dont need my fork anymore :-)