Sha256: 262ce9bace8e809ef2dd4860968ebc2c62e564b104caa9f0df1fc82eaace5803
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
<html> <head> <title> HPP Payment</title> </head> <body> <% hpp_client = Adyen::HPP::Client.new(:test, :testing) %> <form action="<%= hpp_client.url %>" method="post"> <p> Price: <strong>EUR 43.21</strong>. </p> <p> <%= hpp_client.new_request.hidden_fields(@payment) %> <input type="submit" value="Pay" /> </p> </form> <p>If you are using the test account of this library, you will be redirected back to <strong>example.com</strong> after you complete the payment on Adyen's hosted payment pages. This is due to how the test account is configured. </p> </body> </html>
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
adyen_jpiqueras-2.5.0 | test/helpers/views/hpp.erb |
adyen_jpiqueras-2.4.0 | test/helpers/views/hpp.erb |
adyen_jpiqueras-2.3.0 | test/helpers/views/hpp.erb |
adyen-2.2.0 | test/helpers/views/hpp.erb |