Skip to content

Commit

Permalink
1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 4, 2017
1 parent 97329c1 commit b5f3776
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions P/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ final class Charge extends \Df\StripeClone\P\Charge {
function k_CardId() {return 'card';}

/**
* 2016-11-13
* https://www.omise.co/charges-api#charges-create
* 2016-11-13 https://www.omise.co/charges-api#charges-create
* @override
* @see \Df\StripeClone\P\Charge::p()
* @used-by \Df\StripeClone\P\Charge::request()
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/omise"
,"version": "1.9.3"
,"version": "1.9.4"
,"description": "The «Omise» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/omise"
Expand Down
6 changes: 4 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,10 @@ https://github.com/omise/omise-php/issues/52
type='textarea'
>
<label>Description</label>
<comment><![CDATA[It will be displayed in the Omise web interface alongside the payment.
<br/>This value can be searched for in your Omise web interface.]]></comment>
<comment><![CDATA[<p class='df-note'>It will be displayed to you in the Omise 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 length <a href='https://www.omise.co/charges-api#charges-create' target='_blank' title='The Omise documentation: «Charge API» → «Create a charge» → «Request Parameter». See the «description» parameter.'>is not limited</a>.</p>
]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
<field
Expand Down

0 comments on commit b5f3776

Please sign in to comment.