Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/87b20e88d773943fbd0d646f93cc120ffd6e0802b4104721ee730c378378b6d27793fa9b77e52c184ce34de9cd66c72180ec0198d9cd5573e050845958ffe9
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

9 lines
318 B
Text

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