Skip to content

Commit

Permalink
Update confirm-order-step.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Apr 14, 2016
1 parent 5d5f00d commit 8878a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/docs/confirm-order-step.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?php
// prepare.php

Expand All @@ -16,7 +16,7 @@ $payment->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
<?php
// config.php

Expand Down

0 comments on commit 8878a22

Please sign in to comment.