Skip to content

Commit

Permalink
1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 28, 2019
1 parent 6aa49df commit a98df84
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/allpay"
,"version": "1.11.4"
,"version": "1.11.5"
,"description": "歐付寶 OPay (allPay) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/allpay"
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ contain some other symbols or is too long.</p>
>
<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 @@ -344,7 +344,7 @@ contain some other symbols or is too long.</p>
>
<label>Allowed Payment Options</label>
<source_model>Dfe\AllPay\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 a98df84

Please sign in to comment.