Skip to content

Commit

Permalink
0.8.6: #9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 22, 2017
1 parent 1570c96 commit 74d0903
Show file tree
Hide file tree
Showing 2 changed files with 18 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/moip"
,"version": "0.8.5"
,"version": "0.8.6"
,"description": "The «Moip» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/moip"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.8.35", "mage2pro/geo": ">=1.2.0", "mage2pro/phone": ">=1.0.0"}
,"require": {"mage2pro/core": ">=2.9.1", "mage2pro/geo": ">=1.2.0", "mage2pro/phone": ">=1.0.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Moip\\": ""}}
,"keywords": [
"API"
Expand Down
18 changes: 16 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,24 @@
<depends><field id='enable'>1</field></depends>
</field>
<field
id='min_order_total'
id='prefillCardholder'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='17'
translate='label'
type='Df\Framework\Form\Element\Checkbox'
>
<label>Prefill the cardholder's name from the billing address?</label>
<backend_model>Df\Config\Backend\Checkbox</backend_model>
<depends>
<field id='enable'>1</field>
<field id='requireCardholder'>1</field>
</depends>
</field>
<field
id='min_order_total'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='18'
translate='label'
type='text'
>
<label>Minimum Order Total</label>
Expand All @@ -264,7 +278,7 @@
<field
id='max_order_total'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='18'
sortOrder='19'
translate='label'
type='text'
>
Expand Down

0 comments on commit 74d0903

Please sign in to comment.