Skip to content

Commit

Permalink
0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 16, 2017
1 parent 51f0893 commit 2b849f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Api/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private function _html() {
/** @var string $orderId */
//$orderId = $order['id'];
if ($isV2) {
dfp_log_l(__CLASS__, $klOrder->marshal(), strtolower($bCountry));
df_log_l(__CLASS__, $klOrder->marshal(), strtolower($bCountry));
}
/** @var string $html */
return $isV2 ? $klOrder['gui']['snippet'] : $klOrder['html_snippet'];
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/klarna"
,"version": "0.2.9"
,"version": "0.2.10"
,"description": "The «Klarna» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/klarna"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"klarna/checkout": "*", "mage2pro/core": ">=2.4.47", "mage2pro/klarna-sdk-v3": "^2.2.3"}
,"require": {"klarna/checkout": "*", "mage2pro/core": ">=2.4.60", "mage2pro/klarna-sdk-v3": "^2.2.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Klarna\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 2b849f1

Please sign in to comment.