change refill amount

This commit is contained in:
smanylov
2026-02-24 11:05:00 +07:00
parent 332788a77a
commit 97b24cfadf
+2 -2
View File
@@ -145,7 +145,7 @@ export async function referralRefill() {
message_body: { message_body: {
action: 'refill', action: 'refill',
token: token, token: token,
amount: 1, amount: 2000,
} }
}), }),
headers: { headers: {
@@ -159,7 +159,7 @@ export async function referralRefill() {
console.log({ console.log({
action: 'refill', action: 'refill',
token: token, token: token,
amount: 1, amount: 2000,
}) })
let parsed = await response.json(); let parsed = await response.json();
console.log(parsed); console.log(parsed);