- πΊπΈUnited States fathershawn New York
I only merged bug fixes to the 8.x-1.x branch - this seems fine but moving it to the new 2.x branch.
We have a requirement to allow an arbitrary number of open purchase orders. We use a back-end system for accounting and accounting personnel do not update purchase orders in Drupal to mark them paid. Setting the PO limit to even a relatively high number could lead to eventual problems at checkout that our managers would not easily diagnose.
Since open purchase order limits is a business rule, it seems reasonable to accommodate a business case where there is no need for a limit.
Add a checkbox "Add a limit to open purchase orders", which, when checked, reveals the limit field. In authorizePayment() check if the box is checked before checking if the limit is exceeded.
Create patch.
A checkbox on the gateway configuration.
Need a schema update.
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I only merged bug fixes to the 8.x-1.x branch - this seems fine but moving it to the new 2.x branch.