lib/adyen/form.rb in adyen-0.3.0 vs lib/adyen/form.rb in adyen-0.3.2

- old
+ new

@@ -4,10 +4,10 @@ # The Adyen::Form module contains all functionality that is used to send payment requests # to the Adyen payment system, using either a HTML form (see {Adyen::Form.hidden_fields}) # or a HTTP redirect (see {Adyen::Form.redirect_url}). # - # Moreover, this module contains a method ({Adyen::Form.redirect_signature_check}) to + # Moreover, this module contains the method {Adyen::Form.redirect_signature_check} to # check the request that is made to your website after the visitor has made his payment # on the Adyen system for genuinity. # # You can use different skins in Adyen to define different payment environments. You can # register these skins under a custom name in the module. The other methods will automatically