Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 15, 2017
1 parent ba83296 commit 750a544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0"
,"version": "2.0.1"
,"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.1.0"}
,"require": {"mage2pro/core": ">=3.2.2"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Square\\": ""}}
,"keywords": [
"API"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ https://www.sellercommunity.com/t5/Developers-API/Connect-API-v2-How-can-I-know-
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='10'
translate='label'
type='Df\Directory\FormElement\Currency'
type='Df\Directory\FE\Currency'
>
<label>Payment Currency</label>
<depends><field id='enable'>1</field></depends>
Expand Down

0 comments on commit 750a544

Please sign in to comment.