From d4ecf35f64a58fa620421c5b03892257266b3b75 Mon Sep 17 00:00:00 2001 From: Hugo Maia Vieira Date: Wed, 17 Aug 2011 15:09:08 -0300 Subject: [PATCH] Typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a0f614e..c418fc4 100644 --- a/README.markdown +++ b/README.markdown @@ -157,7 +157,7 @@ O objeto `notification` possui os seguintes métodos: * `PagSeguro::Notification#payment_method`: Tipo de pagamento * `PagSeguro::Notification#processed_at`: Data e hora da transação * `PagSeguro::Notification#buyer`: Dados do comprador -* `PagSeguro::Notification#valid?(force=false)`: Verifica se a notificação é válido, confirmando-a junto ao PagSeguro. A resposta é jogada em cache e pode ser forçada com `PagSeguro::Notification#valid?(:force)` +* `PagSeguro::Notification#valid?(force=false)`: Verifica se a notificação é válida, confirmando-a junto ao PagSeguro. A resposta é jogada em cache e pode ser forçada com `PagSeguro::Notification#valid?(:force)` **ATENÇÃO:** Não se esqueça de adicionar `skip_before_filter :verify_authenticity_token` ao controller que receberá a notificação; caso contrário, uma exceção será lançada.