AbcAeffchen / Sephpa

PHP class to create SEPA xml files for credit transfer and direct debit
GNU Lesser General Public License v3.0
71 stars 31 forks source link

Add UltimateDebitor for CreditPayement 001_001_03 #27

Closed jmbIFR closed 3 years ago

jmbIFR commented 4 years ago

$payment['ultmtDbtr'] and $payment['ultmtDbtrId'] array keys added to generate UltmtDbtr Markup inside the CdtTrfTxInf (creditTransfertInformation) markup

$payment['ultmtDbtr'] $payment['ultmtDbtrId']

This commit need sepaUtilities update to work

AbcAeffchen commented 3 years ago

Thanks for the suggestion. At the time of the pull request I couldn't merge this because it would have dropped the hhvm support. However, in the meantime hhvm support was dropped nevertheless and ultmtdbtr support was added.