Payment tab broken after update to 2.1.11
-
After updating to the latest version today, 2.1.11, the payment tab in admin stopped working. Seems to be related to the new processing fee rules.
On line 60 in wp-content/plugins/jigoshop-ecommerce/src/Jigoshop/Admin/Settings/PaymentTab.php there is a call to
‘processingFeeRule’ => Render::get(‘admin/settings/payment/processingFeeRules/processingFeeRule’, [
But there is no such templates, if I change it to
‘processingFeeRule’ => Render::get(‘admin/settings/payment/processingFeeRules’, [
it works.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Payment tab broken after update to 2.1.11’ is closed to new replies.