0
1
Fork 0

refactor(CheckoutView): `return await api.post` in createOrder

This commit is contained in:
taro 2025-04-13 23:01:56 -03:00
parent 099d7feb78
commit 7ad5feacc2
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ const createOrder = async (userId) => {
const companyFk = orderConfig.data[0]?.defaultCompanyFk;
return api.post(
return await api.post(
'Orders',
{
sourceApp: 'WEB',