From 8878a22bb13d5c9055954c9a71c6476252fbcfd7 Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Thu, 14 Apr 2016 17:07:12 +0300 Subject: [PATCH] Update confirm-order-step.md --- Resources/docs/confirm-order-step.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/docs/confirm-order-step.md b/Resources/docs/confirm-order-step.md index 5b5a035..8f5acf4 100644 --- a/Resources/docs/confirm-order-step.md +++ b/Resources/docs/confirm-order-step.md @@ -4,7 +4,7 @@ Paypal official documentation [suggest you to show a confirm order page](https:/ By default Payum skip this step, at Paypal site you will see "Pay Now" button. If you want to use confirm step you have to reset `AUTHORIZE_TOKEN_USERACTION`. Set it to empty string -``` +```php setDetails(array( That's it. Payum will render a page with a confirm button. The page is pretty simple and you most likely want to customize it. You can tell the gateway to use your own template by providing it in the gateway config. -``` +```php