Added payment documentation (#1340)

This commit is contained in:
Shahed Nasser
2022-04-15 11:00:39 +02:00
committed by GitHub
parent d0b70ca9fd
commit 1fe4249012
2 changed files with 142 additions and 0 deletions
+12
View File
@@ -172,6 +172,18 @@ module.exports = {
}
]
},
{
type: "category",
label: 'Payment',
collapsed: true,
items: [
{
type: "doc",
id: "advanced/backend/payment/overview",
label: "Architecture Overview"
},
]
},
{
type: "doc",
id: "tutorial/adding-custom-functionality",