Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a166a2

Browse files
docs #15565 [DOC] Fix display link in authorize page (Jibbarth)
This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no | | Related tickets | N/A | | License | MIT | The actual link is not well rendered on documentation website : ![image](https://github.com/Sylius/Sylius/assets/3168281/fb24056b-9c98-43b1-bb9b-3bc17fb9ed03) Commits ------- [DOC] Fix display link in authorize page
2 parents d8f3f6e + 93f8069 commit 0a166a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cookbook/payments/authorize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Sometimes, due to legal constraint in some countries, you'll want to only author
66
Authorizing payments
77
--------------------
88

9-
Sylius supports the use of `Payums payment authorization <https://github.com/Payum/Payum/blob/master/docs/symfony/authorize.md>_`
9+
Sylius supports the use of `Payums payment authorization <https://github.com/Payum/Payum/blob/master/docs/symfony/authorize.md>`_.
1010
Not all payment gateways support this and it is up to the payment plugin to make use of this functionality.
1111

1212
To use authorize status for your payments, your plugin must set a flag in it's GatewayConfig called `use_authorize`. This is easily done with a hidden input field.

0 commit comments

Comments
 (0)