Skip to content

Commit

Permalink
1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 5, 2017
1 parent f722784 commit e0d7f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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/ipay88"
,"version": "1.1.15"
,"version": "1.1.16"
,"description": "The «iPay88» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.11.20"}
,"require": {"mage2pro/core": ">=2.11.22"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}}
,"keywords": [
"API"
Expand Down
7 changes: 2 additions & 5 deletions view/frontend/web/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// 2017-04-10
define([
'Df_Payment/withOptions'
], function(parent) {'use strict'; return parent.extend({
defaults: {df: {test: {showBackendTitle: false}}}
});});
/** 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 */
define(['Df_Payment/withOptions'], function(parent) {'use strict'; return parent.extend();});

0 comments on commit e0d7f21

Please sign in to comment.