feat(order): order process enchancements

This commit is contained in:
Nikita Kiselev
2025-08-01 09:49:54 +03:00
parent c057f4be76
commit 85101b9881
16 changed files with 781 additions and 166 deletions

View File

@@ -3,6 +3,7 @@ import {ofetch} from "ofetch";
const BASE_URL = '/';
export const apiFetch = ofetch.create({
throwHttpErrors: true,
onRequest({request, options}) {
const initData = window.Telegram?.WebApp?.initData