VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: piekielko on April 22, 2014, 18:01:10 PM

Title: klarna checkout not working
Post by: piekielko on April 22, 2014, 18:01:10 PM
when i select a payment (KLARNA checkout) in my cart i get an error:

Fatal error: Class 'Klarna_Checkout_Order' not found in /www/plugins/vmpayment/klarnacheckout/klarnacheckout.php on line 323

Line 323:
             $cartIdInTable = $this->storeCartInTable($cart);
if ($this->method->server == 'beta') {
Klarna_Checkout_Order::$baseUri = 'https://checkout.testdrive.klarna.com/checkout/orders';
} else {
Klarna_Checkout_Order::$baseUri = 'https://checkout.klarna.com/checkout/orders';
}


Error is apparent in: VM 2.0.26.
In the last stable version (VM 2.6) i have blank screen - this payment not working.

My Joomla version: 2.5.19