how to disable back_urls in modal opening scheme #56
|
Using sdk-js in Vue js with below config: The preference is created with sdk-php (Laravel) with back_urls since preference can be used on both mobiles and websites As per docs I'm wondering if there is a way to also disable the back_urls when payment is being opened in The only way I found to achieve that is by not defining |
Replies: 3 comments 3 replies
|
Hi there Luciano Bosco (@lucianobosco) ! Sorry for the late reply Thank you for your report. We managed to reproduce the Auto redirect feature aside, if the original intention was configuring |
|
Luciano Bosco (@lucianobosco) to sum up this issue.
in order for the button ("volver al sitio") to render:
So if there are no |
|
On this topic. If we are using the modal, and not defining the back_urls, how do we get all the information that would otherwise be getting redirected through the back_urls like (payment_id, status, external_reference and merchant_order_id)? |
Hi there Luciano Bosco (@lucianobosco) ! Sorry for the late reply
Thank you for your report. We managed to reproduce the
auto_redirectissue in modal view which, as stated, should not happen, so we are going to be working in a fix for it asap.Auto redirect feature aside, if the original intention was configuring
back_urlsonly for mobile views then that would not be possible.