docs: edits and fixes to commerce module docs (#7468)
Apply edits and fixes to the commerce modules docs
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
export const metadata = {
|
||||
title: `Payment Flow`,
|
||||
title: `Accept Payment Flow`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
In this document, you’ll 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, you’ll learn how to implement an accept-payment flow.
|
||||
|
||||
## Flow Overview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user