mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-25 10:08:02 +00:00
Фильтр номера телефона. Формат даты с миллисекундами
Обработчик кода товара в формате Data Matrix
This commit is contained in:
@@ -106,7 +106,7 @@ class NotificationFactoryTest extends TestCase
|
||||
'value' => Random::float(0.01, 1000000.0),
|
||||
'currency' => Random::value(CurrencyCode::getValidValues()),
|
||||
),
|
||||
'created_at' => date(DATE_ATOM, Random::int(1, time())),
|
||||
'created_at' => date(YOOKASSA_DATE, Random::int(1, time())),
|
||||
'receipt_registration' => Random::value($receiptRegistrations),
|
||||
'description' => Random::str(1, 128),
|
||||
);
|
||||
@@ -152,8 +152,8 @@ class NotificationFactoryTest extends TestCase
|
||||
'payment_method' => array(
|
||||
'type' => PaymentMethodType::QIWI,
|
||||
),
|
||||
'created_at' => date(DATE_ATOM, Random::int(1, time())),
|
||||
'captured_at' => date(DATE_ATOM, Random::int(1, time())),
|
||||
'created_at' => date(YOOKASSA_DATE, Random::int(1, time())),
|
||||
'captured_at' => date(YOOKASSA_DATE, Random::int(1, time())),
|
||||
'confirmation' => Random::value($confirmations),
|
||||
'refunded' => array(
|
||||
'value' => Random::float(0.01, 1000000.0),
|
||||
|
||||
Reference in New Issue
Block a user