Use new store

This commit is contained in:
Kieran 2022-09-18 19:09:12 +01:00
parent e000f4cd49
commit 0e8fbd5aed
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -2,7 +2,7 @@
export function Donate() {
const Hostname = "pay.v0l.io";
const StoreId = "CxjchLEkirhBWU17KeJrAe71g5TzrxsvsfLuFwrnyp5Q";
const StoreId = "GdRya8MAvZYhyviA4ypFgijBknNoDEkg12ro8efLcZp5";
const [currency, setCurrency] = useState("USD");
const [price, setPrice] = useState(1);