diff --git a/W/Event/Source.php b/W/Event/Source.php index 4c0c152..1cd349e 100644 --- a/W/Event/Source.php +++ b/W/Event/Source.php @@ -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 diff --git a/composer.json b/composer.json index a58f4f8..2e24c38 100644 --- a/composer.json +++ b/composer.json @@ -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" @@ -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"