tests: fix order tests

This commit is contained in:
2025-12-01 17:36:34 +03:00
parent 3716e89811
commit 9f34315adb

View File

@@ -114,6 +114,7 @@ class OrderCreateServiceTest extends TestCase
'currency_code' => $currencyCode, 'currency_code' => $currencyCode,
'currency_value' => $currencyValue, 'currency_value' => $currencyValue,
'customer_group_id' => $this->app->getConfigValue('orders.oc_customer_group_id'), 'customer_group_id' => $this->app->getConfigValue('orders.oc_customer_group_id'),
'customer_id' => $ocCustomerId,
], ],
) )
->andReturn(true); ->andReturn(true);