File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def check_uid(number, timeout=30): # pragma: no cover
141
141
client = get_soap_client (uid_wsdl , timeout )
142
142
try :
143
143
return client .GetByUID (uid = {'uidOrganisationIdCategorie' : number [:3 ], 'uidOrganisationId' : number [3 :]})[0 ]
144
- except Exception : # noqa: B902 (excpetion type depends on SOAP client)
144
+ except Exception : # noqa: B902 (exception type depends on SOAP client)
145
145
# Error responses by the server seem to result in exceptions raised
146
146
# by the SOAP client implementation
147
147
return
Original file line number Diff line number Diff line change 24
24
This number is issued by the Ghana Revenue Authority (GRA) to individuals who
25
25
are not eligible for the Ghanacard PIN and other entities.
26
26
27
- This number consists of 11 alpha-numeric characters. It begins with one of the
27
+ This number consists of 11 alphanumeric characters. It begins with one of the
28
28
following prefixes:
29
29
30
30
P00 For Individuals.
You can’t perform that action at this time.
0 commit comments