1231
This commit is contained in:
parent
56f5622846
commit
24d9673b14
@ -37,13 +37,13 @@ const confirmPay=async ()=>{
|
|||||||
testReturnEndPoint:'/payment/result'
|
testReturnEndPoint:'/payment/result'
|
||||||
})
|
})
|
||||||
if (res.status===0){
|
if (res.status===0){
|
||||||
/* router.push({
|
router.push({
|
||||||
path:'/externallinks',
|
path:'/externallinks',
|
||||||
query:{
|
query:{
|
||||||
url:res.data.checkoutSessionUrl
|
url:res.data.checkoutSessionUrl
|
||||||
}
|
}
|
||||||
})*/
|
})
|
||||||
window.location.href=res.data.checkoutSessionUrl
|
/* window.location.href=res.data.checkoutSessionUrl*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user