Klarna(swedish) payment gateway error after update 2.0.4
-
Fatal error: Class ‘WC_Gateway_Klarna_Invoice’ not found in
/var/www/web/xxxxx/xxxx.com/wp-content/plugins/woocommerce/classes/class-wc-payment-gateways.php
on line 45// Get order option $ordering = (array) get_option('woocommerce_gateway_order'); $order_end = 999; // Load gateways in order foreach ($load_gateways as $gateway) : $load_gateway = new $gateway(); if (isset($ordering[$load_gateway->id]) && is_numeric($ordering[$load_gateway->id])) : // Add in position $this->payment_gateways[$ordering[$load_gateway->id]] = $load_gateway; else : // Add to end of the array
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Klarna(swedish) payment gateway error after update 2.0.4’ is closed to new replies.