expiry-using-payment #81

Merged
dhanshas merged 8 commits from expiry-using-payment into dev 2025-08-05 13:20:02 +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();