Skip to content

Commit

Permalink
1.9.0: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 22, 2017
1 parent 6956b03 commit b56a4df
Show file tree
Hide file tree
Showing 2 changed files with 19 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/omise"
,"version": "1.8.16"
,"version": "1.9.0"
,"description": "The «Omise» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/omise"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.8.0", "omise/omise-php": "^2.5.0"}
,"require": {"mage2pro/core": ">=2.9.1", "omise/omise-php": "^2.5.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Omise\\": ""}}
,"keywords": [
"3D Secure"
Expand Down
21 changes: 17 additions & 4 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,23 @@ https://github.com/omise/omise-php/issues/52
<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>
</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 @@ -260,7 +273,7 @@ https://github.com/omise/omise-php/issues/52
<field
id='max_order_total'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='18'
sortOrder='19'
translate='label'
type='text'
>
Expand All @@ -272,7 +285,7 @@ https://github.com/omise/omise-php/issues/52
<field
id='country_restriction'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='19'
sortOrder='20'
translate='label'
type='select'
>
Expand All @@ -283,7 +296,7 @@ https://github.com/omise/omise-php/issues/52
<field
id='countries'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='20'
sortOrder='21'
translate='label'
type='Df\Framework\Form\Element\Multiselect'
>
Expand Down

0 comments on commit b56a4df

Please sign in to comment.