Banqup cannot create the PDF invoice because the file is invalid #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kikobar/org.openbravo.kikobar.banqup#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The invoices are posted as DRAFT to the Banqup system correctly via the API, but when they need to be sent to the customer via the API or directly from the portal, the operation fails because the invoice file is considered invalid.
Banqup informs that the issue has been introduced by the deployment of the new Credit Note functionality and they are going to fix it in the next few days.
They provided the temporary workaround to fix the problem, which is adding the field
"type": "invoice"
to the payload JSON at the POST/Sales-Invoice API.Attached the patch for the workaround.
The Banqup team has applied a fix to their code and now the issue is resolved.
The above mentioned patch is not needed any more.