📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 22:49:48
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
stripe
/
esm
/
resources
/
Checkout
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/stripe/esm/resources/Checkout
🔄 Refresh
✏️
Editing: Sessions.js
Writable
// File generated from our OpenAPI spec import { StripeResource } from '../../StripeResource.js'; const stripeMethod = StripeResource.method; export const Sessions = StripeResource.extend({ create: stripeMethod({ method: 'POST', fullPath: '/v1/checkout/sessions' }), retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/checkout/sessions/{session}', }), list: stripeMethod({ method: 'GET', fullPath: '/v1/checkout/sessions', methodType: 'list', }), expire: stripeMethod({ method: 'POST', fullPath: '/v1/checkout/sessions/{session}/expire', }), listLineItems: stripeMethod({ method: 'GET', fullPath: '/v1/checkout/sessions/{session}/line_items', methodType: 'list', }), });
💾 Save Changes
❌ Cancel