Skip to content

Commit

Permalink
Klarna Account gateway minimum amount update.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Allsup committed Apr 4, 2014
1 parent 03bc37b commit 0c579e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/payment/klarna_account.php
Expand Up @@ -634,7 +634,7 @@ private function getLowestPaymentAccount($country) {
break;
case 'DEU':
case 'NLD':
$amount = 6.95;
$amount = 5.0;
break;

default:
Expand Down

2 comments on commit 0c579e2

@ADDCreative
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The minimum amount for Germany (DEU) is still possibly 6.95.
See klarnacalc.php in the PHP at https://developers.klarna.com/en/client-libraries/invoice-and-account

@jamesallsup
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, updated!

Please sign in to comment.