docs: fix link to payment session (#10286)

This commit is contained in:
Shahed Nasser
2024-11-26 12:31:48 +02:00
committed by GitHub
parent e242a96fcd
commit 80aca709d1

View File

@@ -8,7 +8,7 @@ In this document, youll learn what a payment session is.
## What's a Payment Session?
A payment session, represented by the [PaymentSession data model](/references/payment/modules/PaymentSession), is a payment amount to be authorized. Its associated with a payment provider that handles authorizing it.
A payment session, represented by the [PaymentSession data model](/references/payment/models/PaymentSession), is a payment amount to be authorized. Its associated with a payment provider that handles authorizing it.
A payment collection can have multiple payment sessions. Using this feature, you can implement payment in installments or payments using multiple providers.