Offline payment delete method check transaction.

This commit is contained in:
Cüneyt Şentürk
2020-09-22 01:35:11 +03:00
parent 9abda76d22
commit 3ca586a72f
4 changed files with 47 additions and 11 deletions

View File

@ -100,9 +100,10 @@ const app = new Vue({
document.getElementById('method-' + this.confirm.code).remove();
this.confirm.show = false;
}
this.confirm.show = false;
this.$notify({
message: response.data.message,
timeout: 5000,

File diff suppressed because one or more lines are too long