diff --git a/services/mailer/application/template/payment-update/payment-update.js b/services/mailer/application/template/payment-update/payment-update.js index 8a5a3b45b..565fd8a74 100644 --- a/services/mailer/application/template/payment-update/payment-update.js +++ b/services/mailer/application/template/payment-update/payment-update.js @@ -12,7 +12,7 @@ module.exports = class PaymentUpdate { LOWER(ct.code) countryCode, c.email recipient FROM client c - JOIN payMethod pm ON pm.id = c.paymentMethodFk + JOIN payMethod pm ON pm.id = c.payMethodFk JOIN country ct ON ct.id = c.countryFk WHERE c.id = ?`;