docs: added override cart completion strategy (#3976)

* docs: added override cart completion strategy

* fixed eslint errors

* small fixes

* fixed eslint error
This commit is contained in:
Shahed Nasser
2023-05-01 20:38:34 +03:00
committed by GitHub
parent 257c2d1717
commit 708046d65f
4 changed files with 152 additions and 1 deletions
+5
View File
@@ -684,6 +684,11 @@ module.exports = {
id: "modules/carts-and-checkout/backend/add-payment-provider",
label: "Backend: Create Payment Processor",
},
{
type: "doc",
id: "modules/carts-and-checkout/backend/cart-completion-strategy",
label: "Backend: Override Cart Completion",
},
{
type: "doc",
id: "modules/carts-and-checkout/storefront/implement-cart",