Skip to content

Instantly share code, notes, and snippets.

@andrew-grischenko
Created August 11, 2019 09:53
Show Gist options
  • Save andrew-grischenko/64010619ea22b6c4ab891a040a7571f7 to your computer and use it in GitHub Desktop.
Save andrew-grischenko/64010619ea22b6c4ab891a040a7571f7 to your computer and use it in GitHub Desktop.
<!-- Retrieve the payment record submitted on the previous step -->
{% assign payment = entities.cr591_payment["{{ request.params['payment'] }}"] %}
<div class="wrapper-body">
<div class="container">
<h3>Payment successful</h3>
<p>Your payment has been successfully processed, thank you!</p>
<ul>
<li>Reference: {{ payment.cr591_reference }}</li>
<li>Amount: ${{ payment.cr591_amount }}</li>
</ul>
</div>
<div class="push"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment