change refill amount
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user