fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export function useLegalConverterForm() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
submitRequest(
|
submitRequest(
|
||||||
{ usdt_amount: numAmount, comment },
|
{ rub_amount: numAmount, comment },
|
||||||
{
|
{
|
||||||
onSuccess: () => {
|
onSuccess: () => {
|
||||||
setNotice('success')
|
setNotice('success')
|
||||||
|
|||||||
Reference in New Issue
Block a user