docs: edits and fixes to commerce module docs (#7468)

Apply edits and fixes to the commerce modules docs
This commit is contained in:
Shahed Nasser
2024-05-29 11:08:06 +00:00
committed by GitHub
parent 130de74d6d
commit 2c5ba408d4
160 changed files with 6400 additions and 3790 deletions
@@ -1,16 +1,10 @@
export const metadata = {
title: `Payment Flow`,
title: `Accept Payment Flow`,
}
# {metadata.title}
In this document, youll learn about the payment flow implemented by the Medusa application. This is the recommended flow to follow when accepting a payment for a resource using the Payment Module.
<Note>
The flow described is in the checkout context. However, you can apply it in any use case.
</Note>
In this document, youll learn how to implement an accept-payment flow.
## Flow Overview