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([]);