From c0daab8acde761b726a03d1b16ac754354a10575 Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Fri, 29 Sep 2017 16:25:16 +0300 Subject: [PATCH] 1.0.1 --- Method.php | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Method.php b/Method.php index f0c22f5..ab2e0eb 100644 --- a/Method.php +++ b/Method.php @@ -22,7 +22,7 @@ final class Method extends \Df\Payment\Method { * @param float|int $a * @return string */ - function amountFormat($a) {return df_f2($a);} + function amountFormat($a) {return dff_2($a);} /** * 2017-09-05 diff --git a/composer.json b/composer.json index 88688f1..35d4068 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/qiwi" - ,"version": "1.0.0" + ,"version": "1.0.1" ,"description": "The «Visa QIWI Wallet» (QIWI Кошелёк) payment extension for Magento 2." ,"type": "magento2-module" ,"homepage": "https://mage2.pro/c/extensions/qiwi" @@ -11,7 +11,7 @@ "homepage": "https://mage2.pro/users/dmitry_fedyuk", "role": "Developer" }] - ,"require": {"mage2pro/core": ">=2.12.1", "mage2pro/phone": ">=1.0.11"} + ,"require": {"mage2pro/core": ">=2.12.28", "mage2pro/phone": ">=1.0.11"} ,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}} ,"keywords": [ "API"