diff --git a/templates/manage_wallets/payment_list.html b/templates/manage_wallets/payment_list.html
index 08e384c..3c116c4 100644
--- a/templates/manage_wallets/payment_list.html
+++ b/templates/manage_wallets/payment_list.html
@@ -36,9 +36,18 @@
Principal |
+ Principal Type |
+ Princiapl Subscription |
Transaction Type |
+ Payment Method |
Transaction Status |
@@ -58,16 +67,12 @@
{{transaction_obj.id}} |
{{transaction_obj.principal}} |
+ {{transaction_obj.principal.principal_type}} |
{{transaction_obj.principal_subscription}} |
{{transaction_obj.transaction_type}} |
{{transaction_obj.payment_method}} |
{{transaction_obj.transaction_status}} |
- {{transaction_obj.amount}} |
- {{transaction_obj.comment}} |
- {{transaction_obj.order_id}} |
- {{transaction_obj.product_id}} |
- {{transaction_obj.reference_id}} |
-
+ {{transaction_obj.amount}} |
{% endfor %}