#PSCFI-1568 [-] FO : fixed an ajax bug concerning message in one page checkout
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@6043 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -593,7 +593,7 @@ $(function() {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: orderOpcUrl,
|
||||
async: true,
|
||||
async: false,
|
||||
cache: false,
|
||||
dataType : "json",
|
||||
data: 'ajax=true&method=updateMessage&message=' + encodeURIComponent($('#message').val()) + '&token=' + static_token ,
|
||||
|
||||
Reference in New Issue
Block a user