Initial project import
This commit is contained in:
9
node_modules/stripe/esm/resources/V2/Commerce/index.js
generated
vendored
Normal file
9
node_modules/stripe/esm/resources/V2/Commerce/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user