Hello,
I currently found the issue that with the Klarna payment method is not working with the Payment API Setting.
This is intended as Klarna needs the complete cart, but Klarna is missing in the list of onlyOrders Methods in the isPaymentsApiAllowed function.
|
$onlyOrders = [ |
|
PaymentMethod::KLARNA_PAY_LATER, |
|
PaymentMethod::KLARNA_PAY_NOW, |
|
PaymentMethod::KLARNA_SLICE_IT, |
|
$prefix . PaymentMethod::KLARNA_PAY_LATER, |
|
$prefix . PaymentMethod::KLARNA_PAY_NOW, |
|
$prefix . PaymentMethod::KLARNA_SLICE_IT, |
|
# ---------------------------------------------------------- |
|
PaymentMethod::VOUCHERS, |
The Klarna payment Methods in the list are the Klarna options not the unified Klarna Method
Hello,
I currently found the issue that with the Klarna payment method is not working with the Payment API Setting.
This is intended as Klarna needs the complete cart, but Klarna is missing in the list of onlyOrders Methods in the isPaymentsApiAllowed function.
Shopware/Components/Constants/PaymentMethodType.php
Lines 30 to 38 in 6571f47
The Klarna payment Methods in the list are the Klarna options not the unified Klarna Method