Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 4, 2017
1 parent 23ae246 commit 496db29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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/square"
,"version": "1.1.3"
,"version": "1.1.4"
,"description": "The «Square» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/square"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.4.23", "mage2pro/square-php-sdk": "^2.0.2"}
,"require": {"mage2pro/core": ">=2.4.26", "mage2pro/square-php-sdk": "^2.0.2"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Square\\": ""}}
,"keywords": [
"API"
Expand Down
5 changes: 1 addition & 4 deletions view/frontend/web/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// 2016-09-28
define([
'df'
,'Df_Checkout/js/data'
,'Df_StripeClone/main'
,'jquery'
'df', 'Df_Checkout/data', 'Df_StripeClone/main', 'jquery'
,'Magento_Payment/js/model/credit-card-validation/credit-card-data'
,'https://js.squareup.com/v2/paymentform'
], function(df, dfc, parent, $, creditCardData) {'use strict'; return parent.extend({
Expand Down

0 comments on commit 496db29

Please sign in to comment.