docs: improve alt of images (#12998)

* docs: improve alt of images

* fix vale errors
This commit is contained in:
Shahed Nasser
2025-07-21 10:43:29 +03:00
committed by GitHub
parent 637a200747
commit 3fedb4c90c
18 changed files with 59 additions and 59 deletions
@@ -158,7 +158,7 @@ During cart-completion before placing the order, this method is used to authoriz
third-party payment provider. The payment can later be captured
using the [capturePayment](page.mdx#capturepayment) method.
![Diagram showcasing authorize payment flow](https://res.cloudinary.com/dza7lstvk/image/upload/v1747307795/Medusa%20Resources/authorize-payment\_qzpy6e.jpg)
![Payment authorization workflow diagram illustrating the flow from cart completion through payment authorization, showing how the payment session is validated with the third-party provider before order placement, with subsequent payment capture occurring after successful authorization](https://res.cloudinary.com/dza7lstvk/image/upload/v1747307795/Medusa%20Resources/authorize-payment\_qzpy6e.jpg)
When authorized successfully, a `Payment` is created by the Payment
Module, and it's associated with the order.