Skip to content

Commit

Permalink
Merge pull request #887 from mollie/PIPRES-365
Browse files Browse the repository at this point in the history
Pipres-365: add one klarna payment method
  • Loading branch information
JevgenijVisockij authored Mar 4, 2024
2 parents b4fdbca + e9bda11 commit a88f0bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,15 @@ class Config
PaymentMethod::KLARNA_PAY_LATER,
PaymentMethod::KLARNA_SLICE_IT,
PaymentMethod::KLARNA_PAY_NOW,
PaymentMethod::KLARNA_ONE,
PaymentMethod::BILLIE,
];

const ORDER_API_ONLY_METHODS = [
PaymentMethod::KLARNA_PAY_LATER,
PaymentMethod::KLARNA_SLICE_IT,
PaymentMethod::KLARNA_PAY_NOW,
PaymentMethod::KLARNA_ONE,
PaymentMethod::BILLIE,
self::MOLLIE_VOUCHER_METHOD_ID,
self::MOLLIE_in3_METHOD_ID,
Expand Down Expand Up @@ -316,6 +318,7 @@ class Config
'billie' => 'Billie',
'twint' => 'TWINT',
'blik' => 'BLIK',
'klarna' => 'Pay with Klarna.',
];

const MOLLIE_BUTTON_ORDER_TOTAL_REFRESH = 'MOLLIE_BUTTON_ORDER_TOTAL_REFRESH';
Expand Down

0 comments on commit a88f0bf

Please sign in to comment.