Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 11, 2017
1 parent ac3cdd0 commit d3816a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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/omise"
,"version": "1.10.0"
,"version": "1.10.1"
,"description": "The «Omise» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/omise"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.11.18", "omise/omise-php": "^2.5.0"}
,"require": {"mage2pro/core": ">=2.11.35", "omise/omise-php": "^2.5.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Omise\\": ""}}
,"keywords": [
"3D Secure"
Expand Down
10 changes: 6 additions & 4 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
https://www.omise.co/charges-api#charges-create
-->
<description>{order.id}</description>
<descriptionMaxLength>
<title>The Omise documentation: «Charge API» → «Create a charge» → «Request Parameter». See the «description» parameter.</title>
<url>https://www.omise.co/charges-api#charges-create</url>
</descriptionMaxLength>
<description_rules>
<maxLength>
<title>The Omise documentation: «Charge API» → «Create a charge» → «Request Parameter». See the «description» parameter.</title>
<url>https://www.omise.co/charges-api#charges-create</url>
</maxLength>
</description_rules>
<requireBillingAddress>1</requireBillingAddress>
<title>Bank Card</title>
<title_backend>Omise</title_backend>
Expand Down

0 comments on commit d3816a5

Please sign in to comment.