diff --git a/manage_wallets/api/views.py b/manage_wallets/api/views.py index 87c3636..496c8e4 100644 --- a/manage_wallets/api/views.py +++ b/manage_wallets/api/views.py @@ -339,7 +339,7 @@ class PrincipalBankAccountCreateAPIView(APIView): intent_response = { "data": serializer.data, "status": status.HTTP_200_OK, - "message": constants.SUCCESS, + "message": "Successfully Added Bank Account", } return ApiResponse.success(**intent_response) exception_response = { diff --git a/templates/manage_referrals/code_list.html b/templates/manage_referrals/code_list.html index 1fd6ecc..5dd071d 100644 --- a/templates/manage_referrals/code_list.html +++ b/templates/manage_referrals/code_list.html @@ -49,8 +49,8 @@ aria-sort="ascending" style="width: 69.2656px;"> Principal Type
£ {{ subscription.high_amount }} £ {{ subscription.amount }}
Days of Subscription : {{ subscription.plan.days }}
{% else %}£ {{ subscription.amount }}
{% endif %}