Skip to content

Commit

Permalink
Fix donation button
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Sep 13, 2024
1 parent c570baf commit 7a0d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default {
this.loading = true
this.$axios
.post("https://api.bitcart.ai/invoices", {
store_id: this.$config.store,
store_id: this.$config.store.toString(),
price: this.price,
})
.then((res) => {
Expand Down

0 comments on commit 7a0d7ab

Please sign in to comment.