Skip to content

Commit f0da14b

Browse files
authored
Update comment for one-time payment
1 parent 048bbd0 commit f0da14b

File tree

1 file changed

+1
-1
lines changed
  • firestore-stripe-payments/functions/src

1 file changed

+1
-1
lines changed

firestore-stripe-payments/functions/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ const insertPaymentRecord = async (
680680
payment['prices'] = prices;
681681
payment['items'] = lineItems.data;
682682
}
683-
// Write to invoice to a subcollection on the subscription doc.
683+
// Write to invoice to a subcollection on the customer doc.
684684
await customersSnap.docs[0].ref
685685
.collection('payments')
686686
.doc(payment.id)

0 commit comments

Comments
 (0)