From b72bd2121abba8e911f3e076ca860c73737d9a2a Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Mon, 28 Apr 2025 23:50:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20palpay=E6=94=AF=E4=BB=98=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/paypal.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/paypal.ts b/src/utils/paypal.ts index 19484d1..9cef440 100644 --- a/src/utils/paypal.ts +++ b/src/utils/paypal.ts @@ -77,6 +77,8 @@ export const constructPaypalBtn = async(orderId: number, currency: string) =>{ orderData, JSON.stringify(orderData, null, 2) ); + location.reload(); + } } catch (error) { console.error(error);