Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/1dbb48b954565703ab22fbc019ac983859ae9c99f1c0ec6a3a4613815be20775cdac62aed4b17632fd813bd4945338f00bc7ed02f064dec63d47b4df84ee36
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

17 lines
646 B
Text

// File generated from our OpenAPI spec
import { StripeResource } from '../../../StripeResource.js';
const stripeMethod = StripeResource.method;
export const Transactions = StripeResource.extend({
createForceCapture: stripeMethod({
method: 'POST',
fullPath: '/v1/test_helpers/issuing/transactions/create_force_capture',
}),
createUnlinkedRefund: stripeMethod({
method: 'POST',
fullPath: '/v1/test_helpers/issuing/transactions/create_unlinked_refund',
}),
refund: stripeMethod({
method: 'POST',
fullPath: '/v1/test_helpers/issuing/transactions/{transaction}/refund',
}),
});