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":"")}