Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 17, 2017
1 parent f7aa2c6 commit 2294ea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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": "2.0.3"
,"version": "2.0.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": ">=3.2.2"}
,"require": {"mage2pro/core": ">=3.2.7"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Square\\": ""}}
,"keywords": [
"API"
Expand Down
12 changes: 6 additions & 6 deletions view/frontend/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ return parent.extend({
}
,expirationComposite: ''
},
/**
* 2016-09-28
* Dfe_Square/expiration.html
* @returns {String[]}
*/
dfCardExpirationCompositeId: function() {return this.fid('expiration_composite');},
/**
* 2016-09-28
* @used-by Dfe_Square/atTheEnd.html
Expand Down Expand Up @@ -306,6 +300,12 @@ return parent.extend({
* You can also specify placeholder text, which is shown when the input is empty.»
* Type: object.
* https://docs.connect.squareup.com/articles/adding-payment-form#sqpaymentformparameters
*
* 2017-10-17
* I do not set a placeholder here,
* because Square does not allow to specify a custom CSS rules for it,
* and the stantard placeholder font is too bold.
* https://docs.connect.squareup.com/articles/adding-payment-form#stylinginputinteriors
*/
,cardNumber: {elementId: this.dfCardNumberId()}
/**
Expand Down

0 comments on commit 2294ea3

Please sign in to comment.