mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +00:00
FE-61: redirect url fix
This commit is contained in:
parent
e0b04b1d3a
commit
a799e6806c
@ -57,7 +57,8 @@ domReady(function () {
|
||||
} else if (result.type === 'interact') {
|
||||
console.info('polling result: interact, post message: interact, starts 3ds interaction...');
|
||||
window.parent.postMessage('interact', '*');
|
||||
const redirectUrl = location.href;
|
||||
// const redirectUrl = location.href;
|
||||
const redirectUrl = 'http://testshop-drupal.rbkmoney.com:8080/cart/checkout/review';
|
||||
|
||||
// const decodedTermUrl = decodeURIComponent(result.data.form[0].template);
|
||||
// const template = new URITemplate(decodedTermUrl);
|
||||
|
Loading…
Reference in New Issue
Block a user