Probably just fixed the functions
This commit is contained in:
@ -39,7 +39,7 @@ export const checkout = functions.https.onRequest((request, response) => {
|
|||||||
promises.push(
|
promises.push(
|
||||||
admin
|
admin
|
||||||
.firestore()
|
.firestore()
|
||||||
.doc(`product/${row.id}`)
|
.doc(`products/${row.id}`)
|
||||||
.get()
|
.get()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user