Skip to content

Commit

Permalink
Merge pull request #18 from yoomoney/release/v2.2.0
Browse files Browse the repository at this point in the history
Release/2.2.0
  • Loading branch information
tonchik-tm authored Oct 13, 2021
2 parents 2cab02f + 0bc6ad7 commit 6b3d293
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.2.0 от 13.10.2021
* Замена Сбербанк Онлайн на SberPay

### v2.1.0 от 27.09.2021
* Поддержка Drupal 9

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* QIWI Wallet;
* Наличные;
* Альфа-Клик;
* Сбербанк Онлайн;
* SberPay;
* Баланс мобильного — Билайн, Мегафон, МТС, Tele2.

### Дополнительные возможности
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/Commerce/PaymentGateway/YooKassa.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/
class YooKassa extends OffsitePaymentGatewayBase
{
const YOOMONEY_MODULE_VERSION = '2.1.0';
const YOOMONEY_MODULE_VERSION = '2.2.0';

/**
* @property Client apiClient
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/Commerce/PaymentMethodType/YooKassaSberbank.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class YooKassaSberbank extends YooKassaPaymentMethod
*/
public function getLabel()
{
return 'Сбербанк Онлайн';
return 'SberPay';
}

/**
Expand Down

0 comments on commit 6b3d293

Please sign in to comment.