Automatically closed - issue fixed for 2 weeks with no activity.
Right now when you try to create a manual payments via the Payments tab on the order you get the following error:
"PHP message: Uncaught PHP Exception Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: "The "purchase_order_gateway" plugin did not specify a "add-payment" form class" at /var/www/html/docroot/core/lib/Drupal/Core/Plugin/PluginFormFactory.php line 41"
That's is because the PurchaseOrderGateway
extends the PaymentGatewayBase
instead of OnsitePaymentGatewayBase
which is where the add-payment
form is added.
Make PurchaseOrderGateway
extends OnsitePaymentGatewayBase
instead of PaymentGatewayBase
.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.