%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
| Refund Receipt | |
|---|---|
| Amount Refunded | ($<%= Format::Currency.cents_to_dollars(refund.amount) %>) | 
| Original Payment | $<%= Format::Currency.cents_to_dollars(charge.amount) %> | 
| Refund Date | <%= Format::Date.full(refund.created_at) %> | 
| Refund ID | <%= refund.id %> | 
| Charge ID | <%= charge.id %> | 
| Reason | <%= refund.reason %> |