update feedback testing

This commit is contained in:
Aung Myo
2017-11-09 17:25:54 +06:30
parent cb91ad307a
commit f8cd712ad1
18 changed files with 74 additions and 48 deletions

View File

@@ -507,7 +507,7 @@
// data: 'order_id='+ order_id,
success: function (result) {
if (!result.status) {
swal("Infomation!", result.error_message);
swal("Information!", result.error_message);
}
else {
location.reload();