mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-22 00:00:57 +00:00
Отключен платежный метод Installments
This commit is contained in:
@@ -147,11 +147,6 @@ class PaymentDataFactoryTest extends TestCase
|
||||
'type' => PaymentMethodType::YOO_MONEY,
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'type' => PaymentMethodType::INSTALLMENTS,
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'type' => PaymentMethodType::TINKOFF_BANK,
|
||||
@@ -180,6 +175,11 @@ class PaymentDataFactoryTest extends TestCase
|
||||
'login' => Random::str(10, 20),
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'type' => PaymentMethodType::INSTALLMENTS,
|
||||
),
|
||||
),
|
||||
array(
|
||||
array(
|
||||
'type' => PaymentMethodType::UNKNOWN,
|
||||
|
||||
Reference in New Issue
Block a user