Files
hydro-builder-app/node_modules/stripe/esm/resources/V2/Commerce/index.js
2026-06-13 17:36:44 -07:00

9 lines
279 B
JavaScript

// File generated from our OpenAPI spec
import { ProductCatalog } from './ProductCatalog/index.js';
export class Commerce {
constructor(stripe) {
this.stripe = stripe;
this.productCatalog = new ProductCatalog(stripe);
}
}
//# sourceMappingURL=index.js.map