expiry-using-payment #80

Merged
dhanshas merged 5 commits from expiry-using-payment into dev 2025-08-05 09:22:11 +00:00
Showing only changes of commit 3a4c5cab2a - Show all commits

View File

@ -171,7 +171,7 @@ async function getPaymentsForMembership(
try { try {
const docSnapshot = await app const docSnapshot = await app
.firestore() .firestore()
.collection("membership_Payments") .collection("membership_payments")
.doc(membershipId) .doc(membershipId)
.get(); .get();