Probably just fixed the functions
This commit is contained in:
parent
53656446bc
commit
b0019c0c4b
@ -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()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user