Closed mvz closed 9 years ago
Sometimes, a user may accidentally enter a non-numeric house number. If there is no house_number_addition, this causes an error in ApiPostcodeNl::API.address, line 71:
house_number_addition
ApiPostcodeNl::API.address
TypeError: wrong argument type nil (expected Regexp).
TypeError: wrong argument type nil (expected Regexp)
Hi mvz,
Feel free to submit a PR for this. This gem is not actively maintained anymore, but I'd appreciate any and all contributions.
Cheers, Ruben
Fixed in #2.
Sometimes, a user may accidentally enter a non-numeric house number. If there is no
house_number_addition
, this causes an error inApiPostcodeNl::API.address
, line 71:TypeError: wrong argument type nil (expected Regexp)
.