Added payment updating via detail

ref #133
This commit is contained in:
2021-04-15 15:54:14 +02:00
parent c7a858eed7
commit bdcf5d3fc0
5 changed files with 53 additions and 16 deletions

View File

@@ -19,7 +19,7 @@
)
.then((resp) => {
Toastify({
text: "Organization deleted",
text: $_('organization-deleted'),
duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();