diff --git a/manage_subscriptions/api/views.py b/manage_subscriptions/api/views.py index bba8938..54eb0bb 100644 --- a/manage_subscriptions/api/views.py +++ b/manage_subscriptions/api/views.py @@ -56,7 +56,7 @@ class CreatePrincipalSubscriptionApi(APIView): "line1": "Test Address", "city": "Test City", "postal_code": "400060", - "country": "IN", # Adjust accordingly + "country": "UK", # Adjust accordingly }, }, )