Skip to content

Commit c5a0ffd

Browse files
authored
Merge pull request #13 from yoomoney/release/v2.1.1
Обновлен SDK до версии 2.2.2
2 parents 240ae23 + b887d4a commit c5a0ffd

File tree

228 files changed

+20073
-1063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+20073
-1063
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v2.1.1 от 02.12.2021
2+
* Обновлен SDK до версии 2.2.2
3+
14
### v2.1.0 от 13.10.2021
25
* Замена Сбербанк Онлайн на SberPay
36
* Обновлен SDK до версии 2.1.7

oscommerce-yoomoney-module.zip

189 KB
Binary file not shown.

src/includes/modules/payment/yoomoney.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class YooMoney
1717
const MODE_KASSA = 1;
1818
const MODE_MONEY = 2;
1919

20-
const MODULE_VERSION = '2.1.0';
20+
const MODULE_VERSION = '2.1.1';
2121
const INSTALLMENTS_MIN_AMOUNT = 3000;
2222

2323
public $code;

src/includes/modules/payment/yoomoney/vendor/composer/ClassLoader.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function unregister()
338338
* Loads the given class or interface.
339339
*
340340
* @param string $class The name of the class
341-
* @return bool|null True if loaded, null otherwise
341+
* @return true|null True if loaded, null otherwise
342342
*/
343343
public function loadClass($class)
344344
{
@@ -347,6 +347,8 @@ public function loadClass($class)
347347

348348
return true;
349349
}
350+
351+
return null;
350352
}
351353

352354
/**

0 commit comments

Comments
 (0)