Skip to content

Commit

Permalink
Update ShopCoinsView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Helaman99 committed Nov 18, 2023
1 parent 34d87e3 commit bf5f1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Politick/src/views/ShopCoinsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var process: {
}
}
// const ID = ref('')
const ID = ref('ARxpPnUd2JuVWgDpMn9mRj5-OgA_x6ftNn4SDj9_RirVF6MVWsDWGqRYHOJii7fF6rvwc-hv2Z2VNPCy')
const coins = ref(0)
const price = ref(0)
Expand All @@ -66,7 +66,7 @@ async function buyCoins(coinPack: CoinPack) {
try {
await loadScript(
'https://www.paypal.com/sdk/js?client-id=' +
process.env['VUE_APP_PAYPAL_CLIENT_ID'] +
ID.value +
'&currency=USD'
)
Expand Down

0 comments on commit bf5f1fc

Please sign in to comment.