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#5415master
parent
3ebb9425d0
commit
f85e288cf8
Loading…
Reference in new issue