change refill amount
This commit is contained in:
@@ -145,7 +145,7 @@ export async function referralRefill() {
|
||||
message_body: {
|
||||
action: 'refill',
|
||||
token: token,
|
||||
amount: 1,
|
||||
amount: 2000,
|
||||
}
|
||||
}),
|
||||
headers: {
|
||||
@@ -159,7 +159,7 @@ export async function referralRefill() {
|
||||
console.log({
|
||||
action: 'refill',
|
||||
token: token,
|
||||
amount: 1,
|
||||
amount: 2000,
|
||||
})
|
||||
let parsed = await response.json();
|
||||
console.log(parsed);
|
||||
|
||||
Reference in New Issue
Block a user