diff options
Diffstat (limited to 'billing/app/views/customer/_transaction.html.haml')
-rw-r--r-- | billing/app/views/customer/_transaction.html.haml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/billing/app/views/customer/_transaction.html.haml b/billing/app/views/customer/_transaction.html.haml deleted file mode 100644 index 53483d9..0000000 --- a/billing/app/views/customer/_transaction.html.haml +++ /dev/null @@ -1,15 +0,0 @@ -%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
\ No newline at end of file |