uk postal code error

This commit is contained in:
rizwanisready
2024-03-01 19:21:06 +05:30
parent b3e1e21458
commit 698b49d0b6

View File

@@ -55,7 +55,7 @@ class CreatePrincipalSubscriptionApi(APIView):
"address": {
"line1": "Test Address",
"city": "Test City",
"postal_code": "400060",
"postal_code": "SW1A 2AA",
"country": "UK", # Adjust accordingly
},
},