﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1928	error im Klarna-Modul, Kodierung	info@…		"Hi,

Shopversion: v2.0.4.2 rev 11374
Spracheinstellung im Shop iso-8859-15

Klarna-Fehler: BAD_VALUE: Request body is empty

Ursache: Umlaute im Namen der Artikel

Mögliche Korrektur:
includes\external\klarna\classes\KlarnaPayment.php Zeile 349ff

$products_array[$i] = array(
        'type' => (($type == 'virtual') ? 'digital' : 'physical'),
        'reference' => $products['id'],
        'name' => encode_utf8($products['name'], $_SESSION['language_charset'], true),
        'quantity' => $products['qty'],
        'unit_price' => $this->format_amount($amount),
        'tax_rate' => $this->format_amount($products['tax']),
        'total_amount' => $this->format_amount($amount * $products['qty']),
        'total_tax_amount' => $this->format_amount($xtPrice->xtcGetTax(($amount * $products['qty']), $products['tax'])),
      );"	Bug/Fehler	new	hoch		Module	2.0.4.2					
