Pārlūkot izejas kodu

change locale

master
Alex Cheung pirms 1 gada
vecāks
revīzija
76fbc68832
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/pages/Payment/index.js

+ 1
- 1
src/pages/Payment/index.js Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt