diff --git a/geocoder/bing.py b/geocoder/bing.py index 6f7406db..68666692 100644 --- a/geocoder/bing.py +++ b/geocoder/bing.py @@ -152,7 +152,7 @@ def _build_params(self, location, provider_key, **kwargs): 'adminDistrict': kwargs.get('adminDistrict'), 'countryRegion': kwargs.get('countryRegion'), 'locality': kwargs.get('locality'), - 'postalCode': kwargs.get('countryRegion'), + 'postalCode': kwargs.get('postalCode'), 'addressLine': kwargs.get('addressLine', location), 'o': 'json', 'inclnb': 1,