updated payment-update path Method
This commit is contained in:
parent
394f756f2b
commit
166546564d
|
@ -35,7 +35,7 @@ export default class Controller {
|
|||
}
|
||||
|
||||
notifyChanges() {
|
||||
this.$http.get(`/email/payment-update`, {clientFk: this.client.id}).then(
|
||||
this.$http.post(`/email/payment-update`, {clientFk: this.client.id}).then(
|
||||
() => this.vnApp.showMessage(this.$translate.instant('Notification sent!'))
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue