From a4840b23a576b5c5202a186b3a5eff6c018b9e4f Mon Sep 17 00:00:00 2001 From: anna Date: Wed, 1 Nov 2023 12:49:56 +0800 Subject: [PATCH] update ui --- src/auth/utils.js | 1 + src/pages/Payment/PaymentSuccess.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/auth/utils.js b/src/auth/utils.js index 30fef45..3825631 100644 --- a/src/auth/utils.js +++ b/src/auth/utils.js @@ -13,6 +13,7 @@ export const hostPath = `http://${hostname}:${hostPort}`; export const apiPath = `${hostPath}/api`; //export const apiPath = `/api`; export const paymentPath = `https://pnspsdev.gld.gov.hk/payment`; +export const iAmSmartPath = `https://`; export const isUserLoggedIn = () => { diff --git a/src/pages/Payment/PaymentSuccess.js b/src/pages/Payment/PaymentSuccess.js index c018968..a9b5b8f 100644 --- a/src/pages/Payment/PaymentSuccess.js +++ b/src/pages/Payment/PaymentSuccess.js @@ -227,7 +227,7 @@ const Index = () => { - {transactionData.paymentdetail.brandname} + {transactionData.paymentdetail.brandname??(transactionData.paymentdetail.paymentmethod==="01"?"PPS":"")}