From c25a20e68b583dde384fd6360f4a8ea94d663766 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 3 Oct 2012 15:43:09 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-4681 --- themes/default/mobile/js/opc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }); });