summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/_transaction_details.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-10-08 12:32:07 -0700
committerjessib <jessib@riseup.net>2013-10-08 12:32:07 -0700
commit014ff5bda0802d51b4cbca5a2fd904d953223d2f (patch)
tree96846abbd1ba30d365affe4891d2cfaea3176191 /billing/app/views/payments/_transaction_details.html.haml
parenteaedf19e2e54ccb9933caa8dc21df13e48609b18 (diff)
Payments made when authenticated will be donations, and not connected to customer in any way.
Diffstat (limited to 'billing/app/views/payments/_transaction_details.html.haml')
-rw-r--r--billing/app/views/payments/_transaction_details.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/views/payments/_transaction_details.html.haml b/billing/app/views/payments/_transaction_details.html.haml
index 030639e..85e4f6a 100644
--- a/billing/app/views/payments/_transaction_details.html.haml
+++ b/billing/app/views/payments/_transaction_details.html.haml
@@ -11,5 +11,5 @@
- if sub_start = transaction.subscription_details.billing_period_start_date
From subscription which started
= sub_start
- - else
+ - else # should not have any of these
Not paid as part of subscription \ No newline at end of file