From 22bbc35ebf69eb0877da7715486cd7bc91ad93fa Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Thu, 8 May 2014 14:02:55 +0300 Subject: [PATCH] [doc] fix typo --- Resources/doc/console_commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/console_commands.md b/Resources/doc/console_commands.md index 482545c8..27068c02 100644 --- a/Resources/doc/console_commands.md +++ b/Resources/doc/console_commands.md @@ -11,7 +11,7 @@ $ ./app/console payum:status paypal --model-clsas=Acme\PaymentBundle\Entity\Paym ## Create notify token. -Some payment gateway does allow you to set a callback url per model. You can set only one url in their admin area. +Some payment gateway does not allow you to set a callback url per model. You can set only one url in their admin area. This command allows you to generate secure url. Optionally, you can associate a model with this token. ```bash