Skip to content

Commit

Permalink
1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 11, 2017
1 parent d0a063d commit 9c03424
Show file tree
Hide file tree
Showing 2 changed files with 7 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/stripe"
,"version": "1.12.3"
,"version": "1.12.4"
,"description": "The «Stripe» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/stripe"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.11.35", "stripe/stripe-php": "3.*"}
,"require": {"mage2pro/core": ">=2.11.36", "stripe/stripe-php": "3.*"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Stripe\\": ""}}
,"keywords": [
"API"
Expand Down
5 changes: 5 additions & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ your receipt emails will include the description of the charge(s) that they are
-->
<description>{order.id}</description>
<description_rules>
<locations>
<merchant>
<shown>1</shown>
</merchant>
</locations>
<maxLength>
<title>The Stripe API reference: «CORE RESOURCES» → «Charges» → «Create a charge». See the «description» parameter.</title>
<url>https://stripe.com/docs/api/php#create_charge-description</url>
Expand Down

0 comments on commit 9c03424

Please sign in to comment.