Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 28, 2019
1 parent 6d3b6a7 commit ccd4a5f
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/ginger-payments"
,"version": "1.3.1"
,"version": "1.3.2"
,"description": "Ginger Payments integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ginger-payments"
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ https://github.com/mage2pro/allpay/blob/1.1.33/etc/adminhtml/system.xml?ts=4#L31
>
<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.<br/>It is highly recommended to setup it, because the Ginger Payments API <a href="https://mage2.pro/t/3457/4" target="_blank">does not have</a> an ability to detect the allowed <a href="https://mage2.pro/t/3463" target="_blank">payment options</a> programmatically, and a customer's attempt to use an unallowed payment option will <a href="https://mage2.pro/t/3491" target="_blank">lead to an error</a>.
<comment><![CDATA[If checked, only the selected options will be shown to customers.<br/>It is highly recommended to setup it, because the Ginger Payments API <a href="https://mage2.pro/t/3457/4" target="_blank">does not have</a> an ability to detect the allowed <a href="https://mage2.pro/t/3463" target="_blank">payment options</a> programmatically, and a customer's attempt to use an unallowed payment option will <a href="https://mage2.pro/t/3491" target="_blank">lead to an error</a>.
<br/>The «Limit the payment options availability?» checkbox is only shown to you in the production mode.
<br/>In the test mode, Ginger Payments allows <a href="https://mage2.pro/t/3492" target="_blank">only the iDEAL and bank transer</a> options, and they are both will be shown to a test customer.]]></comment>
<depends>
Expand All @@ -127,7 +127,7 @@ https://github.com/mage2pro/allpay/blob/1.1.33/etc/adminhtml/system.xml?ts=4#L31
>
<label>Allowed Payment Options</label>
<source_model>Dfe\GingerPayments\Source\Option</source_model>
<comment><![CDATA[Only the selected options will be shown to the customers on the Magento checkout screen.<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.<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 ccd4a5f

Please sign in to comment.