fix access
parent
0e6a5e8e21
commit
a5eb87b1bd
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue