diff --git a/modules/client/front/billing-data/index.js b/modules/client/front/billing-data/index.js index 4583e51b8..40116b416 100644 --- a/modules/client/front/billing-data/index.js +++ b/modules/client/front/billing-data/index.js @@ -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!')) ); }