Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 28, 2019
1 parent c7384f9 commit ee31d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ipay88"
,"version": "1.6.1"
,"version": "1.6.2"
,"description": "iPay88 integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ because the value can contain variables, so do not know the real length here. --
>
<label>Limit the payment options availability?</label>
<backend_model>Df\Config\Backend\Checkbox</backend_model>
<comment><![CDATA[If checked, only the selected options will be shown to the customers.]]></comment>
<comment><![CDATA[If checked, only the selected options will be shown to customers.]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
<field
Expand All @@ -192,7 +192,7 @@ because the value can contain variables, so do not know the real length here. --
>
<label>Allowed Payment Options</label>
<source_model>Dfe\IPay88\Source\Option</source_model>
<comment><![CDATA[Only the selected options will be shown to the customers on the Magento checkout screen or on the allPay payment page (it depends on your choice for the «Where to ask for a payment option?» option above).<br/>You can <b>reorder</b> the options by drag and drop.]]></comment>
<comment><![CDATA[Only the selected options will be shown to customers on the Magento checkout screen or on the allPay payment page (it depends on your choice for the «Where to ask for a payment option?» option above).<br/>You can <b>reorder</b> the options by drag and drop.]]></comment>
<validate>required-entry</validate>
<depends>
<field id='enable'>1</field>
Expand Down

0 comments on commit ee31d5a

Please sign in to comment.