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(
|
||||
admin
|
||||
.firestore()
|
||||
.doc(`product/${row.id}`)
|
||||
.doc(`products/${row.id}`)
|
||||
.get()
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user