mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-12 18:43:50 +00:00
chore(*): Remove console log
This commit is contained in:
@@ -20,7 +20,6 @@ export const load: PageLoad = async ({ fetch }) => {
|
||||
|
||||
// Save the stripe customer id in the customers table
|
||||
const stripeCustomerId = checkoutSession.customer as string;
|
||||
console.log('stripeCustomerId', stripeCustomerId);
|
||||
const createCustomerResponse = await fetch(
|
||||
'/api/checkout/create-customer?stripeCustomerId=' + stripeCustomerId
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user