Skip to content

Commit

Permalink
2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Nov 18, 2017
1 parent 313382d commit 4fe6524
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions W/Event/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ function checkIgnored() {return 'card' !== $this->ro('type') ? false : 'source.c
/**
* 2017-11-10
* @override
* @see \Df\Payment\W\Event::logTitleSuffix()
* @see \Df\Payment\W\Event::statusT()
* @used-by \Df\Payment\W\Handler::log()
* @used-by \Df\Payment\W\Strategy\ConfirmPending::_handle()
* @return string|null
*/
function logTitleSuffix() {return dftr($this->ro('type'), [
function statusT() {return dftr($this->ro('type'), [
// 2017-11-10 "An initial reusable source for a card": https://mage2.pro/t/4893
'card' => 'An initial reusable source for a card'
// 2017-11-10 "A derived single-use 3D Secure source": https://mage2.pro/t/4894
Expand Down
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": "2.4.10"
,"version": "2.4.11"
,"description": "Stripe integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/stripe"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.3.14", "mage2pro/phone": ">=1.0.11", "stripe/stripe-php": ">=5.3"}
,"require": {"mage2pro/core": ">=3.3.27", "mage2pro/phone": ">=1.0.11", "stripe/stripe-php": ">=5.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Stripe\\": ""}}
,"keywords": [
"3D Secure"
Expand Down

0 comments on commit 4fe6524

Please sign in to comment.