Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/2920e48c8edcf4e6303796568bc0ec1f0219fa1f710acdb53e80cc132730978a50209b45515851880b1b9b7b9b28f3ea489f12567f3b04dd1972f6892f1e2d
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
262 B
Text

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