Добавлена обработка сделок

This commit is contained in:
Александра Д. Спиридонова
2022-10-07 13:30:14 +03:00
parent 9d49628c6d
commit 7a157ad53a
325 changed files with 1862 additions and 354 deletions
@@ -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),