internetmarke/models
Harald Welte f85e288cf8 strip internal spaces in HTS number
The WPINT API requires a 10-digit HTS number without any spaces,
while the source number may contain spaces.  Our use of 'strip()' is
insufficient as it only removes leading and trailing spaces, but not
spaces inside the number.  We need to do replace(' ', '') instead.

Related: SYS#5415
2021-04-18 10:47:41 +02:00
..
__init__.py add missing models/__init__.py required by some configurations 2018-01-05 09:40:05 +01:00
dp_delivery_carrier.py strip internal spaces in HTS number 2021-04-18 10:47:41 +02:00
dp_shipping_service.py support Warenpost International API 2021-03-08 22:08:46 +01:00
res_config.py res_config: Fix de-selection of sandbox environment 2021-03-18 12:01:13 +01:00