refactor: use Salix to create or edit an Order #132

Merged
jsegarra merged 16 commits from ldragan/hedera-web:taro/sc into beta 2025-04-16 22:01:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7ad5feacc2 - Show all commits

View File

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

await?

await?

Done

Done
'Orders',
{
sourceApp: 'WEB',