Closed ryanflach closed 4 years ago
@fastdivision @aleccarper Is there any chance of getting this one patched? Seems like its breaking a clients production site as its 500'ing on submission of the VAT Codes.
Thank you for the time you spend putting this gem together, its really appreciated.
Fixed in v1.0
@fastdivision Thank you for taking the time to fix this. The Gem is really appreciated.
Due to VIES updating to https, current calls to establish the client respond with:
I was able to spend a small amount of time looking at this, and it seemed like adding
follow_redirects: true
to https://github.com/taxjar/vat_check/blob/1898e5a3b64724165f809feb707a3a096fb57473/lib/vat_check/requests.rb#L6 got things working as expected throughvat_check.rb
, but I was unable to get the specs back to a passing state with this change.