Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 5, 2017
1 parent 16633bb commit fe59e7d
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/paypal"
,"version": "0.0.3"
,"version": "0.0.4"
,"description": "An alternative PayPal module for Magento 2 you can get fast support and customizations for."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/paypal"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.10.33"}
,"require": {"mage2pro/core": ">=2.11.22"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Paypal\\": ""}}
,"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-18
define([
'Df_Payment/custom'
], 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/custom'], function(parent) {'use strict'; return parent.extend();});

0 comments on commit fe59e7d

Please sign in to comment.