From 266befeea58c7f04f3bc949a739d93ab90479eb9 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 3 Oct 2012 15:43:09 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-4681 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17731 b9a71923-0436-4b27-9f14-aed3839534dd --- 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; } }); });