Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/2fc174cab752bae55e08d549f65185eccd7c4c187770b500f5e7cd18a957edc77a536ddffb150b4c5144862d37a33d30e051825033f1959f81b836925d0cda
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

10 lines
357 B
Text

// File generated from our OpenAPI spec
import { StripeResource } from '../../../StripeResource.js';
const stripeMethod = StripeResource.method;
export const MeterEventStream = StripeResource.extend({
create: stripeMethod({
method: 'POST',
fullPath: '/v2/billing/meter_event_stream',
host: 'meter-events.stripe.com',
}),
});