Sha256: 7ac7fea6279b02fca238f16dece770f26c5d5e44fe4910ffe6244ead1e32e64c

Contents?: true

Size: 999 Bytes

Versions: 4

Compression:

Stored size: 999 Bytes

Contents

<article class="master">
  <h2>Receipts</h2>
  <table>
    <thead>
      <tr>
        <th>Product ID</th>
        <th>Transaction ID</th>
        <th>Purchase Date</th>
        <th>Original Transaction ID</th>
        <th>Original Purchase Date</th>
        <th>App Item ID</th>
        <th>Version External Identifier</th>
        <th>BID</th>
        <th>BVRS</th>
        <th>IP Address</th>
      </tr>
    </thead>
    <tbody>
      {{#each controller}}
        <tr>
          <td>{{#linkTo "receipt" this}} {{transaction_id}} {{/linkTo}}</td>
          <td>{{product_id}}</td>
          <td>{{purchase_date}}</td>
          <td>{{original_transaction_id}}</td>
          <td>{{original_purchase_date}}</td>
          <td>{{app_item_id}}</td>
          <td>{{version_external_identifier}}</td>
          <td>{{bid}}</td>
          <td>{{bvrs}}</td>
          <td>{{ip_address}}</td>
        </tr>
      {{/each}}
    </tbody>
  </table>
</article>

<aside class="detail">
  {{outlet}}
</aside>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helios-0.0.5 ./lib/helios/frontend/templates/in-app-purchase/receipts.hbs
helios-0.0.4 ./lib/helios/frontend/templates/in-app-purchase/receipts.hbs
helios-0.0.3 ./lib/helios/frontend/templates/in-app-purchase/receipts.hbs
helios-0.0.2 ./lib/helios/frontend/templates/in-app-purchase/receipts.hbs