Sha256: 1f027ca80b95245263160d5c709ef39825751c0cad096756af6d742072d6fe36
Contents?: true
Size: 775 Bytes
Versions: 2
Compression:
Stored size: 775 Bytes
Contents
<fieldset> <legend><%= Spree.t(:sisow_sofort) %></legend> <table class="index"> <tr> <th colspan="6"><%= Spree.t(:sisow_transaction) %></th> </tr> <tr> <td><label><%= Spree.t(:sisow_transaction_id) %>:</label></td> <td> <%= payment.source.transaction_id %> </td> </tr> <tr> <td><label><%= Spree.t(:sisow_entrance_code) %>:</label></td> <td> <%= payment.source.entrance_code %> </td> </tr> <tr> <td><label><%= Spree.t(:sisow_status) %>:</label></td> <td> <%= payment.source.status %> </td> </tr> <tr> <td><label><%= Spree.t(:sisow_sha1) %>:</label></td> <td> <%= payment.source.sha1 %> </td> </tr> </table> </fieldset>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_billing_sisow-0.9.2 | app/views/spree/admin/payments/source_views/_sofort.html.erb |
spree_billing_sisow-0.9.1 | app/views/spree/admin/payments/source_views/_sofort.html.erb |