Skip to content

Commit

Permalink
1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 11, 2017
1 parent 10a8a67 commit 7393d0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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/robokassa"
,"version": "1.0.16"
,"version": "1.0.17"
,"description": "The «Robokassa» (Робокасса) payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/robokassa"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.11.22"}
,"require": {"mage2pro/core": ">=2.11.35"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Robokassa\\": ""}}
,"keywords": [
"API"
Expand Down
12 changes: 7 additions & 5 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ https://github.com/mage2pro/robokassa/blob/0.1.2/Charge.php#L20-L39
[Mage2.PRO] Which variables can I use in a payment's description? https://mage2.pro/t/1834
-->
<description>{order.items}</description>
<descriptionMaxLength>
<title>«Installation and setup of ROBOKASSA script (module)» → «Description of variables, parameters and values» → «MANDATORY PARAMETERS». See the «InvDesc» parameter.</title>
<url>http://docs.robokassa.ru/en#2505</url>
<value>100</value>
</descriptionMaxLength>
<description_rules>
<maxLength>
<title>«Installation and setup of ROBOKASSA script (module)» → «Description of variables, parameters and values» → «MANDATORY PARAMETERS». See the «InvDesc» parameter.</title>
<url>http://docs.robokassa.ru/en#2505</url>
<value>100</value>
</maxLength>
</description_rules>
<!-- 2017-08-14
Note 1:
*) Param name: `InvId`
Expand Down

0 comments on commit 7393d0c

Please sign in to comment.