Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firestore-stripe-payments/functions/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const manageSubscriptionStatusChange = async (
}

// NOTE: This is a costly operation and should happen at the very end.
// Copy the billing deatils to the customer object.
// Copy the billing details to the customer object.
if (createAction && subscription.default_payment_method) {
await copyBillingDetailsToCustomer(
subscription.default_payment_method as Stripe.PaymentMethod,
Expand Down