updated payment-update path Method

This commit is contained in:
Joan Sanchez 2019-01-22 11:30:25 +01:00
parent 394f756f2b
commit 166546564d
1 changed files with 1 additions and 1 deletions

View File

@ -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!'))
);
}