Sha256: 7281503fb8e0f75e6c642414ada5af490ea5f18da29859c39b309a5fb02de1e1

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 Bytes

Contents

<html>
  <head>
    <title> HPP Payment</title>
  </head>
  <body>
    <% hpp_request = Adyen::HPP::Request.new(@payment, environment: :test, skin: :testing) %>
    <form action="<%= hpp_request.url %>" method="post">
      <p> Price: <strong>EUR 43.21</strong>. </p>
      <p>
      <%= hpp_request.hidden_fields %>
      <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

2 entries across 2 versions & 1 rubygems

Version Path
adyen-2.4.0 test/helpers/views/hpp.erb
adyen-2.3.0 test/helpers/views/hpp.erb