Namur : add 'A'

This commit is contained in:
Christophe Boulanger 2018-03-16 15:16:37 +01:00
parent d67488b8de
commit 3bcf749c5f
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class ExtraFees(BaseResource):
@endpoint()
def namur_fees(self, request):
return {'data':[{'id':'0.74','fee':self.belgium_postage_fee,'text':'En Belgique'},
{'id':'1.13','fee':self.europe_postage_fee,'text':' l\'étranger'}]}
{'id':'1.13','fee':self.europe_postage_fee,'text':'À l\'étranger'}]}
# wcs : new webservice call : https://[COMMUNE]-passerelle.guichet-citoyen.be/extra-fees/[CONNECTOR-SLUG]/fees
# datasources : webservice.fees.get('belgium')