Skip to content

Commit

Permalink
1.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 5, 2017
1 parent 85edbc0 commit a18e576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/securepay"
,"version": "1.5.21"
,"version": "1.5.22"
,"description": "The «SecurePay» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/securepay"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.10.35"}
,"require": {"mage2pro/core": ">=2.11.22"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\SecurePay\\": ""}}
,"keywords": [
"3D Secure"
Expand Down
4 changes: 3 additions & 1 deletion view/frontend/web/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// 2016-08-25
define([
'df', 'Df_Core/my/redirectWithPost', 'Df_Payment/card'
], function(df, redirectWithPost, parent) {'use strict'; return parent.extend({
], function(df, redirectWithPost, parent) {'use strict';
/** 2017-09-06 @uses Class::extend() https://github.com/magento/magento2/blob/2.2.0-rc2.3/app/code/Magento/Ui/view/base/web/js/lib/core/class.js#L106-L140 */
return parent.extend({
/**
* 2016-08-26
* «3.6.2 Simulating Approved and Declined Transactions
Expand Down

0 comments on commit a18e576

Please sign in to comment.