Rocky_Mountain_Vending/.pnpm-store/v10/files/67/35e3e6f4cc6fbc90bd9a14795814a7d091ff3648efabe46cbec787fdbdfb88d559ca4583e3ae483fc207dc5e25cb78ed80a9599fd42c9516932f8ce8ff41e3
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

6 lines
280 B
Text

// File generated from our OpenAPI spec
import { StripeResource } from '../StripeResource.js';
const stripeMethod = StripeResource.method;
export const CustomerSessions = StripeResource.extend({
create: stripeMethod({ method: 'POST', fullPath: '/v1/customer_sessions' }),
});