We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048bbd0 commit f0da14bCopy full SHA for f0da14b
firestore-stripe-payments/functions/src/index.ts
@@ -680,7 +680,7 @@ const insertPaymentRecord = async (
680
payment['prices'] = prices;
681
payment['items'] = lineItems.data;
682
}
683
- // Write to invoice to a subcollection on the subscription doc.
+ // Write to invoice to a subcollection on the customer doc.
684
await customersSnap.docs[0].ref
685
.collection('payments')
686
.doc(payment.id)
0 commit comments