Rocky_Mountain_Vending/.pnpm-store/v10/files/1f/fcc8b065dafb8594e9ed1746dcc8f32c2a0967d40711b974b524381d305b536b565ef49dac1741b759e8207b7f527b30d320abf7b5afd380472e0e85acbc9d
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
313 B
Text

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