Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 14, 2017
1 parent 7a61a31 commit 1ccd7b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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.1.5"
,"version": "1.1.6"
,"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.5.10"}
,"require": {"mage2pro/core": ">=2.10.16"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}}
,"keywords": [
"API"
Expand Down
10 changes: 10 additions & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<country_restriction>whitelist</country_restriction>
<currency>MYR</currency>
<description>{store.domain} // {customer.name} // {order.id}</description>
<!-- 2017-08-13
*) Param name: `RefNo`
*) Param type and limitations: «String, 30»
*) Reference: Chapter 2.3 «Payment Request Parameter» (page 6) of the PDF documentation
(«Technical Specification v1.6.2 (for Malaysia Only)»): https://mage2.pro/t/3682
@see \Dfe\IPay88\Charge::k_RequestId() https://github.com/mage2pro/ipay88/blob/1.1.5/Charge.php#L12-L20
-->
<identification_rules>
<max_length>30</max_length>
</identification_rules>
<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>
Expand Down

0 comments on commit 1ccd7b6

Please sign in to comment.