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 Active - Action + @@ -64,7 +64,7 @@ {{data_obj.active}} - + {% endfor %} diff --git a/templates/manage_referrals/coin_list.html b/templates/manage_referrals/coin_list.html index 6c44059..aa0e8bd 100644 --- a/templates/manage_referrals/coin_list.html +++ b/templates/manage_referrals/coin_list.html @@ -15,16 +15,16 @@

Good Time Coins

- - Add Coins + + Referral Record - Rewards + Rewards -->
diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html index 052a64a..0457df1 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -93,7 +93,6 @@
Subscription Amount
{% if subscription.high_amount and subscription.high_amount > subscription.amount %}

£ {{ subscription.high_amount }} £ {{ subscription.amount }}

-

Days of Subscription : {{ subscription.plan.days }}

{% else %}

£ {{ subscription.amount }}

{% endif %}