Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/559f9b887986ed5580063e382a57ae0cce6ed56d625177cd6dd941dc773e7f60ba75b06bd2b258d602f77a3c7aa37859c9a5fe2e0c98767d415cbdae71d4d2
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
272 B
Text

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