summaryrefslogtreecommitdiff
path: root/billing/app/views/customer/_transaction.html.haml
blob: 97842dcac5814f21bbe2a3424937f2a72ae95167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%p
  = transaction.id
  Type:
  = transaction.type
  Transaction Amount:
  = number_to_currency(transaction.amount)
  Status:
  = transaction.status
  Date
  = transaction.created_at
  - if sub_start = transaction.subscription_details.billing_period_start_date
    From subscription which started
    = sub_start
  - else
    Not paid as part of subscription