fix
This commit is contained in:
@@ -34,7 +34,7 @@ async function doB2bRequest<T>(
|
||||
}
|
||||
|
||||
export interface CreatePurchaseRequestBody {
|
||||
usdt_amount: number | string
|
||||
rub_amount: number | string
|
||||
comment?: string | null
|
||||
target_wallet_chain?: string | null
|
||||
target_wallet_address?: string | null
|
||||
|
||||
@@ -61,7 +61,7 @@ export function useLegalConverterForm() {
|
||||
})
|
||||
|
||||
submitRequest(
|
||||
{ usdt_amount: numAmount, comment },
|
||||
{ rub_amount: numAmount, comment },
|
||||
{
|
||||
onSuccess: () => {
|
||||
setNotice('success')
|
||||
|
||||
Reference in New Issue
Block a user