From 7a0d7abcb41c2507b532c029048214a2b0e1c3e2 Mon Sep 17 00:00:00 2001 From: MrNaif2018 Date: Fri, 13 Sep 2024 22:17:09 +0300 Subject: [PATCH] Fix donation button --- pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index fe41c90..8dfbc39 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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) => {