<%= model.refund_uuid %> |
<%= link_to model.order.uuid, { controller: 'orders', action: 'show', id: model.order_id } %>
<%= link_to model.payment.payment_uuid, { controller: 'payments', action: 'show', id: model.payment_id } %>
|
<%= model.total_amount.to_money(model.currency).format %> |
<%= model.type_i18n %> |
|
<%= model.state_i18n %> |
<%= model.comment %> |
<% if model.refunded_at %>
<% else %>
<% end %>
<% if model.reason %>
<%= model.reason.truncate(27) %>
<% end %>
|
<%= model.operator&.name %> |