Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 5, 2017
1 parent 48717b6 commit 1329f68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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/qiwi"
,"version": "0.1.6"
,"version": "0.1.7"
,"description": "The «Visa QIWI Wallet» (QIWI Кошелёк) payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/qiwi"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.11.21"}
,"require": {"mage2pro/core": ">=2.11.22"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}}
,"keywords": [
"API"
Expand Down
8 changes: 5 additions & 3 deletions view/frontend/web/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// 2017-04-18
// 2017-09-06
define([
'Df_Payment/custom'
], function(parent) {'use strict'; return parent.extend({
defaults: {df: {test: {showBackendTitle: false}}}
], function(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({
defaults: {df: {formTemplate: 'Dfe_Qiwi/main'}}
});});
1 change: 1 addition & 0 deletions view/frontend/web/template/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QIWI

0 comments on commit 1329f68

Please sign in to comment.