Rocky_Mountain_Vending/.pnpm-store/v10/files/5d/f3d863028fd2d0026c8192c1f82f5305a1fdba4607e13163bfda5b65a32ded991b94ec25ea2d71cfe40a5654a00226a7f172235bbd18bd34a962604084bf28
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
281 B
Text

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