mirror of
https://github.com/vercel/commerce.git
synced 2025-08-18 23:01:23 +00:00
.vscode
framework
bigcommerce
commercejs
kibocommerce
ordercloud
api
endpoints
cart
catalog
checkout
customer
login
logout
signup
index.ts
wishlist
operations
utils
index.ts
auth
cart
checkout
customer
product
types
utils
wishlist
.env.template
README.md
commerce.config.json
constants.ts
fetcher.ts
index.tsx
next.config.js
provider.ts
saleor
shopify
spree
swell
vendure
packages
site
.editorconfig
.eslintrc
.gitignore
.prettierignore
.prettierrc
README.md
license.md
package-copy.json
package-lock.json
package.json
* Add ordercloud provider * Fix provider errors * Make submit checkout optional * Make submit checkout optional * Remove nullables when creating endpoint type * Update readme * Log checkout error * Log error * Save token to cookie * Update fetch rest * Use token at checkout Co-authored-by: Luis Alvarez <luis@vercel.com>
2 lines
57 B
TypeScript
2 lines
57 B
TypeScript
export default function noopApi(...args: any[]): void {}
|