next-firebase-stripe
next-firebase-stripe copied to clipboard
Results
1
next-firebase-stripe issues
Sort by
recently updated
recently updated
newest added
// Wait for the CheckoutSession to get attached by the extension checkoutSessionRef.onSnapshot(async (snap) => { const { sessionId } = snap.data(); if (sessionId) { // We have a session, let's...