mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-12 19:06:14 +00:00
Добавлена обработка сделок
This commit is contained in:
@@ -114,7 +114,9 @@ class CreateRefundRequestSerializerTest extends TestCase
|
||||
'amount' => mt_rand(1, 999999),
|
||||
'currency' => $currencies[mt_rand(0, count($currencies) - 1)],
|
||||
'description' => '',
|
||||
'deal' => '',
|
||||
'deal' => array(
|
||||
'refund_settlements' => array(),
|
||||
),
|
||||
'receiptItems' => array(
|
||||
array(
|
||||
'title' => Random::str(10),
|
||||
|
||||
Reference in New Issue
Block a user