Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/33ec7ce85e5a4fd06130531b29cf56c626f1d99df360179ce589162d6b64f8cd99da3a17239ecb1be553c7a15211c05c7a26ea99fffa06dff055ebeff84887
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
452 B
Text

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