summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/_transaction_details.html.haml
blob: 53483d91fed71dd455e38f4ece44e48e463f2ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%p
  = transaction.id
  Type:
  = transaction.type
  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