From 76fbc688324543943ddc23d624fab4d9cc600e40 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Tue, 9 Jan 2024 10:57:12 +0800 Subject: [PATCH] change locale --- src/pages/Payment/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Payment/index.js b/src/pages/Payment/index.js index 21686e1..40d4807 100644 --- a/src/pages/Payment/index.js +++ b/src/pages/Payment/index.js @@ -45,7 +45,7 @@ const Index = () => { const navigate = useNavigate() const location = useLocation(); - const local = {en:"en-us", zh:"zh-hk", cn:"zh-cn"}; + const local = {en:"en_us", zh:"zh_hk", cn:"zh_cn"}; const preferpaymentmethods = ['visa', 'mastercard', 'pps', 'creditcard', 'fps']; const [totalAmount, setTotalAmount] = useState(0); const [appIds, setAppIds] = useState([]);