|
|
@ -63,7 +63,7 @@ def service_qualify(): |
|
|
"streetaddress": location.Locations.StreetAddress, |
|
|
"streetaddress": location.Locations.StreetAddress, |
|
|
"suburb": location.Locations.Suburb, |
|
|
"suburb": location.Locations.Suburb, |
|
|
"state": location.Locations.State, |
|
|
"state": location.Locations.State, |
|
|
"postcode": location.Locations.Postcode, |
|
|
"postcode": int(location.Locations.Postcode), |
|
|
"country": location.Locations.Country, |
|
|
"country": location.Locations.Country, |
|
|
"plans": plan_list, |
|
|
"plans": plan_list, |
|
|
}), HTTPStatus.OK |
|
|
}), HTTPStatus.OK |
|
|
|