Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 28, 2019
1 parent ee31d5a commit 02b25bd
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.2"
,"version": "1.6.3"
,"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 @@ -134,7 +134,7 @@ So the `sortOrder` value is 1920. -->
type='textarea'
>
<label>Description</label>
<comment><![CDATA[<p class='df-note'>It will be displayed to you in the iPay88 merchant interface alongside the payment.</p>
<comment><![CDATA[<p class='df-note'>It is shown to you in the iPay88 merchant interface alongside the payment.</p>
<p class='df-note'>You can use <a href='https://mage2.pro/t/1834' target='_blank'>some variables</a> in the description.</p>
<p class='df-note'>The full description length (after the variables substitution) should be not greater than <b><a href='https://mage2.pro/t/4459' target='_blank' title='[iPay88] The maximum length of a payment description (the «Remark» parameter) is 100 characters'>100 characters</a></b> (the description will be automatically chopped to 100 characters if it is longer).</p>]]></comment>
<!-- 2016-07-01
Expand Down Expand Up @@ -208,7 +208,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 iPay88 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 iPay88 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 02b25bd

Please sign in to comment.