Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 28, 2017
1 parent 7d8bb4f commit 3b4bf3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.3"
,"version": "1.2.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.9.13", "mage2pro/square-php-sdk": "^2.0.2"}
,"require": {"mage2pro/core": ">=2.9.14", "mage2pro/square-php-sdk": "^2.0.2"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Square\\": ""}}
,"keywords": [
"API"
Expand Down
4 changes: 2 additions & 2 deletions view/frontend/web/template/card/new.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<fieldset data-bind="
attr: {
class: 'fieldset payment items ccard ' + getCode()
class: 'fieldset payment items ccard ' + domPrefix()
,id: fid('form_cc')
}
,visible: isNewCardChosen
Expand All @@ -25,7 +25,7 @@
</ul>
<input class='input-text' name='payment[cc_type]' type='hidden' value='' data-bind="
attr: {
id: getCode() + '_cc_type'
id: domPrefix() + '_cc_type'
,'data-container': getCode() + '-cc-type'
}
,value: creditCardType"
Expand Down

0 comments on commit 3b4bf3b

Please sign in to comment.