Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/89d30f46ca96fbf4ea782b2d25501e15cfff453a7d9aad81655a9af0632487f1b1ad148c1f036e447a7803b9f44e201d07b70296e270750da101fc6a74630b
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

14 lines
430 B
Text

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