mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 19:13:48 +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
|
// Save the stripe customer id in the customers table
|
||||||
const stripeCustomerId = checkoutSession.customer as string;
|
const stripeCustomerId = checkoutSession.customer as string;
|
||||||
console.log('stripeCustomerId', stripeCustomerId);
|
|
||||||
const createCustomerResponse = await fetch(
|
const createCustomerResponse = await fetch(
|
||||||
'/api/checkout/create-customer?stripeCustomerId=' + stripeCustomerId
|
'/api/checkout/create-customer?stripeCustomerId=' + stripeCustomerId
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user