Customer OfflinePayment finished
This commit is contained in:
@ -26,6 +26,10 @@
|
||||
$('#button-confirm').button('reset');
|
||||
},
|
||||
success: function(data) {
|
||||
if (data['error']) {
|
||||
alert(data['error']);
|
||||
}
|
||||
|
||||
if (data['success']) {
|
||||
location.reload();
|
||||
}
|
||||
|
Reference in New Issue
Block a user