diff --git a/themes/default/mobile/js/opc.js b/themes/default/mobile/js/opc.js index ab8707a94..5a4352f79 100644 --- a/themes/default/mobile/js/opc.js +++ b/themes/default/mobile/js/opc.js @@ -82,7 +82,7 @@ function initEvent() data: 'ajax=true&method=updateTOSStatusAndGetPayments&checked=' + checked + '&token=' + static_token, success: function(json) { - window.location.href = baseDir+'index.php?controller=order-opc'; + window.location.href = orderOpcUrl; } }); });