Skip to content

Commit

Permalink
2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 28, 2019
1 parent d00cb11 commit 89ec018
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/stripe"
,"version": "2.7.2"
,"version": "2.7.3"
,"description": "Stripe integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/stripe"
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ So the `sortOrder` value is 1920.
type='text'
>
<label>Dynamic statement descripor</label>
<comment><![CDATA[An arbitrary string to be displayed <a href='https://stripe.com/blog/dynamic-descriptors' target='_blank' title='A blog article from the Stripe website.'>on your customer's bank card statement</a>.
<comment><![CDATA[An arbitrary string to be shown <a href='https://stripe.com/blog/dynamic-descriptors' target='_blank' title='A blog article from the Stripe website.'>on your customer's bank card statement</a>.
<br/>This may be up to <b>22</b> characters, may not include <b><>"'</b> characters, and will appear on your customer's statement in capital letters.
<br/>Non-ASCII characters are automatically stripped.]]></comment>
<depends><field id='enable'>1</field></depends>
Expand All @@ -201,7 +201,7 @@ So the `sortOrder` value is 1920.
>
<label>Metadata</label>
<source_model>Df\Payment\Metadata</source_model>
<comment><![CDATA[It will be displayed in the Stripe web interface <a href="https://mage2.pro/t/932">alongside the payment</a>.]]></comment>
<comment><![CDATA[It is shown in the Stripe web interface <a href="https://mage2.pro/t/932">alongside the payment</a>.]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
<field
Expand Down

0 comments on commit 89ec018

Please sign in to comment.