docs: added documentation for payment provider implementation (#1390)

This commit is contained in:
Shahed Nasser
2022-04-23 16:51:58 +02:00
committed by GitHub
parent f806f06b51
commit 5f216a977f
4 changed files with 397 additions and 10 deletions
+8 -4
View File
@@ -182,6 +182,14 @@ module.exports = {
id: "advanced/backend/payment/overview",
label: "Architecture Overview"
},
{
type: "doc",
id: "advanced/backend/payment/how-to-create-payment-provider",
},
{
type: "doc",
id: "advanced/backend/payment/frontend-payment-flow-in-checkout",
},
]
},
{
@@ -201,10 +209,6 @@ module.exports = {
type: "doc",
id: "guides/plugins",
},
{
type: "doc",
id: "guides/checkouts",
},
{
type: "doc",
id: "guides/carts-in-medusa",