docs: rename provider module to module provider (#7869)

* docs: rename provider module to module provider

* fix vale rule

* vale fixes
This commit is contained in:
Shahed Nasser
2024-07-01 10:21:19 +03:00
committed by GitHub
parent 2833e3c4d0
commit 1842cd33cf
28 changed files with 117 additions and 117 deletions
@@ -1,22 +1,22 @@
import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Payment Provider Module`,
title: `Payment Module Provider`,
}
# {metadata.title}
In this document, youll learn what a payment provider module is.
In this document, youll learn what a payment module provider is.
## What's a Payment Provider Module?
## What's a Payment Module Provider?
A payment provider module registers a payment provider that handles payment processing. It can integrate third-party payment providers, such as Stripe.
A payment module provider registers a payment provider that handles payment processing. It can integrate third-party payment providers, such as Stripe.
To authorize a payment amount with a payment provider, a payment session is created and associated with that payment provider. The payment provider is then used to handle the authorization.
After the payment session is authorized, the payment provider is associated with the resulting payment and handles its payment processing, such as to capture or refund payment.
### List of Payment Provider Modules
### List of Payment Module Providers
<ChildDocs type="item" />