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

Undefined class constant 'SEPA_PAIN_008_001_02' #30

Closed ME-at-GH closed 4 years ago

ME-at-GH commented 4 years ago

From the list of Direct Debit supported versions, SEPA_PAIN_008_001_02 raises an error. Version 008_002 and 003 are working fine. I wonder whats wrongs

Edit: There are discrepancies between the github and the version of composer. Composer has other code and not all PAIN Methodes are available. Big issue if we want to depend on this solution

Edit: After cleaning the entire solution and get the recent non-production version from composer fixed the issue.

ME-at-GH commented 4 years ago

Issue is fixed by updating the solution from composer after cleaning up the old solution first