make shipping order descending order

This commit is contained in:
jack
2018-04-11 16:52:05 +08:00
parent a062374850
commit 2ff7e65d29
2 changed files with 2 additions and 2 deletions
@@ -117,7 +117,7 @@ $(document).ready(function() {
success: function(data, statusText, xhr) {
if (xhr.status === 200){
// alert
alert('success');
alert('Canceled Order');
location.reload();
}
else if(xhr.status === 201){