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>
12 lines
500 B
Text
12 lines
500 B
Text
"use strict";
|
|
// File generated from our OpenAPI spec
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Readers = void 0;
|
|
const StripeResource_js_1 = require("../../../StripeResource.js");
|
|
const stripeMethod = StripeResource_js_1.StripeResource.method;
|
|
exports.Readers = StripeResource_js_1.StripeResource.extend({
|
|
presentPaymentMethod: stripeMethod({
|
|
method: 'POST',
|
|
fullPath: '/v1/test_helpers/terminal/readers/{reader}/present_payment_method',
|
|
}),
|
|
});
|