Updated
This commit is contained in:
parent
a22d8f9ea6
commit
3a4c5cab2a
@ -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();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user