Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomaiavieira authored and fnando committed Aug 18, 2011
1 parent 1d2616b commit d4ecf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d4ecf35

Please sign in to comment.