Rocky_Mountain_Vending/.pnpm-store/v10/files/75/cba7e436026a46a2030d7275f689477f65ea953736fd7c6d0f4c7cb502c92c3228c51f12a5239ef389c77ae24d7bfecb02a0a2f91503094cb8774f2c1d927c
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

7 lines
338 B
Text

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