This commit is contained in:
2026-06-25 15:30:44 +03:00
parent 2fd4035450
commit 2bec4f2221
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ async function doB2bRequest<T>(
} }
export interface CreatePurchaseRequestBody { export interface CreatePurchaseRequestBody {
usdt_amount: number | string rub_amount: number | string
comment?: string | null comment?: string | null
target_wallet_chain?: string | null target_wallet_chain?: string | null
target_wallet_address?: string | null target_wallet_address?: string | null

View File

@@ -61,7 +61,7 @@ export function useLegalConverterForm() {
}) })
submitRequest( submitRequest(
{ usdt_amount: numAmount, comment }, { rub_amount: numAmount, comment },
{ {
onSuccess: () => { onSuccess: () => {
setNotice('success') setNotice('success')