diff --git a/functions/src/notifications/membershipStatusNotifications.ts b/functions/src/notifications/membershipStatusNotifications.ts index e607a10..bc908e2 100644 --- a/functions/src/notifications/membershipStatusNotifications.ts +++ b/functions/src/notifications/membershipStatusNotifications.ts @@ -171,7 +171,7 @@ async function getPaymentsForMembership( try { const docSnapshot = await app .firestore() - .collection("membership_Payments") + .collection("membership_payments") .doc(membershipId) .get();