-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PaymentsMeans node Does not support multiple PaymentMeans. #62
Comments
I was curious about this problem too. Maybe it would be reasonable to add |
ok, since everyone keeps asking for this feature, I'll add it. |
- Updated Invoice and Payment classes - Updated UblReader and UblWriter classes - Updated validation rules > Closes #62
I just pushed an update to develop implementing this feature. Could you give it a try and confirm that it works as intented?
|
I tried the update. Tried using the addPayment method. Looks fine for me. But I have no enough expertise in E-Invoicing to say for sure. Thanks for your work. |
@josemmo I'll try it today or tomorrow. |
PaymentMeans on peppol BIS is 0..n which means we can add multiple payment means and Payment only support 0..1 nodes.
Currenlty library suports multiple cac:PayeeFinancialAccount nodes but only one PaymentMeans code which is invalid as we want to add multiple PaymentMeans.
The text was updated successfully, but these errors were encountered: