Skip to content

Commit

Permalink
1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 28, 2019
1 parent a98df84 commit 5d6472f
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.5"
,"version": "1.11.6"
,"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 @@ -180,7 +180,7 @@ So the `sortOrder` value is 1920. -->
type='Df\Framework\Form\Element\Textarea'
>
<label>Description on a kiosk's screen</label>
<comment><![CDATA[It will be displayed to the customer <a href='https://mage2.pro/t/1828' target='_blank'>on a kiosk's screen</a>.
<comment><![CDATA[It is shown to customers <a href='https://mage2.pro/t/1828' target='_blank'>on a kiosk's screen</a>.
<br/>Up to <b>4 lines</b> with up to <b>20 characters</b> on each line.
<br/>You can use <a href='https://mage2.pro/t/1834' target='_blank'>the same variables</a> as for the «Description» parameter above.]]></comment>
<!-- 2016-07-01
Expand All @@ -197,7 +197,7 @@ because the value can contain variables, so do not know the real length here. --
type='Df\Framework\Form\Element\Textarea'
>
<label>Failure Message</label>
<comment><![CDATA[The failure message will be displayed to the customer on the checkout screen when the customer returns from the allPay payment page to the store after an unsuccessful payment attempt.
<comment><![CDATA[It is shown to the customer on the checkout screen when the customer is redirected back from the allPay payment page to the store after an unsuccessful payment attempt.
<br/>You can use HTML tags and the following variables in the template: <table class='df-note'><tbody>
<tr>
<td>{originalMessage}</td>
Expand Down

0 comments on commit 5d6472f

Please sign in to comment.