Rocky_Mountain_Vending/.pnpm-store/v10/files/26/8737b18657b993ded20adb4c63ec912d4ac36075427c8f22450b5472ad9508956ccec8d101761771f8d20778b26e44c410b6bebfca08fcd2417dbf92deec71
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

13 lines
435 B
Text

// File generated from our OpenAPI spec
import { StripeResource } from '../../StripeResource.js';
const stripeMethod = StripeResource.method;
export const Sessions = StripeResource.extend({
create: stripeMethod({
method: 'POST',
fullPath: '/v1/financial_connections/sessions',
}),
retrieve: stripeMethod({
method: 'GET',
fullPath: '/v1/financial_connections/sessions/{session}',
}),
});