diff --git a/templates/payments/billing.html b/templates/payments/billing.html
index 777a74ce..b8a4212f 100644
--- a/templates/payments/billing.html
+++ b/templates/payments/billing.html
@@ -19,7 +19,13 @@
{{ tx.created_at }} |
+ {% if tx.payment_instrument_type == "paypal_account" %}
+ Paypal from {{ tx.paypal.payer_email }}
+ {% endif %}
+
+ {% if tx.payment_instrument_type == "credit_card" %}
{{ tx.credit_card.card_type }} ending in {{ tx.credit_card.last_4 }}
+ {% endif %}
|
{% if tx.currency_iso_code == "USD" %}
|