Sha256: c8b08600653fe8f44bb101f38643506547c20b3aeb3e38c7168b9950dea40e55
Contents?: true
Size: 725 Bytes
Versions: 9
Compression:
Stored size: 725 Bytes
Contents
<fieldset data-hook="pay-easy"> <legend><%= Spree.t(:pay_easy) %></legend> <table class="table table-condensed table-bordered"> <tr> <th width="20%"><%= Spree::PayEasy.human_attribute_name(:bank_id) %>:</th> <td><%= payment.source.bank_id %></td> </tr> <tr> <th width="20%"><%= Spree::PayEasy.human_attribute_name(:customer_id) %>:</th> <td><%= payment.source.customer_id %></td> </tr> <tr> <th width="20%"><%= Spree::PayEasy.human_attribute_name(:confirmation_id) %>:</th> <td><%= payment.source.confirmation_id %></td> </tr> <tr> <th><%= Spree.t(:expires_at) %>:</th> <td><%= payment.source.expires_at %></td> </tr> </table> </fieldset>
Version data entries
9 entries across 9 versions & 1 rubygems