From d6a6a0cec19d5758ee69d5b98d315f76e14a32be Mon Sep 17 00:00:00 2001 From: PrinOrange Date: Sat, 30 Dec 2023 19:52:19 +0800 Subject: [PATCH] fix the paypal id configure example --- data/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config.ts b/data/config.ts index 6e20c05..8f4e663 100644 --- a/data/config.ts +++ b/data/config.ts @@ -51,7 +51,7 @@ export const Config: TConfig = { // Your Alipay link. AlipayLink: "https://qr.alipay.com/xxxx", // Your Paypal user Id. - PaypalId: "terminels", + PaypalId: "xxxx", // Your Patreon user Id. PatreonId: "xxxx", },