Skip to content

Klarna (Klarna One) with setting API method payment is not working #448

Description

@DerKaito

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions