fix access

master
mpn 2024-03-10 14:06:35 +03:30
parent 0e6a5e8e21
commit a5eb87b1bd
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const CheckoutData = () => {
console.log(token); console.log(token);
try { try {
const data = await Chapar.post( const data = await Chapar.post(
`${process.env.NEXT_PUBLIC_API_URL}/order/bag/payment/${checkOutData?.id}?paymentMethod=1&asccess_token=${token}` `${process.env.NEXT_PUBLIC_API_URL}/order/bag/payment/${checkOutData?.id}?paymentMethod=1&access_token=${token}`
// { // {
// headers: { // headers: {