Sha256: 95ce9f7f57225d880277227b06871b45ceb24b69969910202cdfc2474b52d5de

Contents?: true

Size: 535 Bytes

Versions: 4

Compression:

Stored size: 535 Bytes

Contents

<html>
<head>
	<title> HPP Payment</title>
</head>
<body>
	<form action="<%= Adyen::Form.url(:test) %>" method="post">
		<p> Price: <strong>EUR 43.21</strong>. </p>
		<p>
			<%= Adyen::Form.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 & 1 rubygems

Version Path
adyen-2.1.0 test/helpers/views/hpp.erb
adyen-2.0.0 test/helpers/views/hpp.erb
adyen-2.0.0.pre2 test/helpers/views/hpp.erb
adyen-2.0.0.pre1 test/helpers/views/hpp.erb