Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 21, 2017
1 parent 154b642 commit c37fccc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ipay88"
,"version": "1.3.2"
,"version": "1.3.3"
,"description": "The «iPay88» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.12.7"}
,"require": {"mage2pro/core": ">=2.12.13"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}}
,"keywords": [
"API"
Expand Down
16 changes: 15 additions & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,25 @@ because the value can contain variables, so do not know the real length here. --
<field id='enable'>1</field>
</depends>
</field>
<field
id='optionsDisplayMode'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='10'
translate='label'
type='select'
>
<label>The payment options display mode</label>
<comment><![CDATA[]]></comment>
<depends>
<field id='enable'>1</field>
</depends>
<source_model>Df\Payment\Source\Options\DisplayMode</source_model>
</field>
<field
dfRows='4'
id='messageFailure'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='10'
sortOrder='11'
translate='label'
type='Df\Framework\Form\Element\Textarea'
>
Expand Down
1 change: 1 addition & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<messageFailure><![CDATA[Sorry, the payment attempt is failed.
<br/>The payment service's message is «<b>{originalMessage}</b>».
<br/>Please try again, or try another payment method.]]></messageFailure>
<optionsDisplayMode>images</optionsDisplayMode>
<optionsLocation>magento</optionsLocation>
<optionsPrompt><![CDATA[Please select a payment option:]]></optionsPrompt>
<requireBillingAddress>1</requireBillingAddress>
Expand Down

0 comments on commit c37fccc

Please sign in to comment.