Skip to content

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 10, 2017
1 parent 5fdf30a commit 7768dfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ static function p(array $request) {
* @var string|null $type
*/
$type = dfa($request, 'message_type');
dfp_report(__CLASS__, $request, strtolower($type));
/**
* REFUND_ISSUED => Handler\RefundIssued
* @var string $suffix
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/2checkout"
,"version": "1.4.3"
,"version": "1.4.4"
,"description": "The «2Checkout» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/2checkout"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.4.42", "2checkout/2checkout-php": "*"}
,"require": {"mage2pro/core": ">=2.4.43", "2checkout/2checkout-php": "*"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TwoCheckout\\": ""}}
,"keywords": [
"2Checkout"
Expand Down

0 comments on commit 7768dfe

Please sign in to comment.