Skip to content

Commit

Permalink
update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed Jun 15, 2024
1 parent 402bc43 commit 0d6b5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ async function callAPI(request) {
return {success:true,game:"Point Blank",id:id,name:data.confirmationFields.username}
}
if (path.includes('/coc')) {
if(!id.startsWith('%23')){
id = `%23${id}`
if(!id.startsWith('#')){
id = `#${id}`
}
id = id.toUpperCase()
const body = `voucherPricePoint.id=453696&voucherPricePoint.price=16000&voucherPricePoint.variablePrice=0&user.userId=${id}&voucherTypeName=CLASH_OF_CLANS&shopLang=id_ID`
Expand Down

0 comments on commit 0d6b5a2

Please sign in to comment.