Sha256: 8abbbc0aaa5a7dd012e24b67cee34e8abd863f0565143c4afbca14e4d1d0d72a
Contents?: true
Size: 804 Bytes
Versions: 12
Compression:
Stored size: 804 Bytes
Contents
<fieldset data-hook="konbini"> <legend><%= Spree.t(:konbini) %></legend> <table class="table table-condensed table-bordered"> <tr> <th width="20%"><%= Spree.t(:konbini_chain) %>:</th> <td><%= payment.source.convenience %></td> </tr> <tr> <th width="20%"><%= Spree.t(:konbini_receipt) %>:</th> <td><%= payment.source.confirmation_code %></td> </tr> <tr> <th width="20%"><%= Spree.t(:konbini_confirmation_code) %>:</th> <td><%= payment.source.receipt %></td> </tr> <tr> <th width="20%"><%= Spree.t(:konbini_instructions_url) %>:</th> <td><%= payment.source.instructions_url %></td> </tr> <tr> <th><%= Spree.t(:expires_at) %>:</th> <td><%= payment.source.expires_at %></td> </tr> </table> </fieldset>
Version data entries
12 entries across 12 versions & 1 rubygems