From 80aca709d12a404c2bba34dd866477956a6242cd Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 26 Nov 2024 12:31:48 +0200 Subject: [PATCH] docs: fix link to payment session (#10286) --- .../app/commerce-modules/payment/payment-session/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/commerce-modules/payment/payment-session/page.mdx b/www/apps/resources/app/commerce-modules/payment/payment-session/page.mdx index 7468e36c46..14da7a70b7 100644 --- a/www/apps/resources/app/commerce-modules/payment/payment-session/page.mdx +++ b/www/apps/resources/app/commerce-modules/payment/payment-session/page.mdx @@ -8,7 +8,7 @@ In this document, you’ll 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. It’s 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. It’s 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.