Skip to content

Commit

Permalink
0.4.2: «Use of echo language construct is discouraged»: mage2pro/core#28
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 27, 2017
1 parent 0f5d8f3 commit fff1044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions T/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ function t01() {
foreach (['at', 'de', 'fi', 'no', 'se'] as $c) {
/** @var string $c */
file_put_contents(BP . "/_my/Klarna/{$c}.html", C::html(null, strtoupper($c)));
echo df_country_ctn($c) . " OK\n";
print_r(df_country_ctn($c) . " OK\n");
}
}
}
catch (\Exception $e) {
echo df_etsd($e);
print_r(df_etsd($e));
}
}
}
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.4.1"
,"version": "0.4.2"
,"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.12.10", "mage2pro/klarna-sdk-v3": "^2.2.3"}
,"require": {"klarna/checkout": "*", "mage2pro/core": ">=2.12.21", "mage2pro/klarna-sdk-v3": "^2.2.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Klarna\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit fff1044

Please sign in to comment.