Browse Source

change locale

master
Alex Cheung 1 year ago
parent
commit
76fbc68832
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/Payment/index.js

+ 1
- 1
src/pages/Payment/index.js View File

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


Loading…
Cancel
Save