Skip to content

Commit

Permalink
feat: temp fix for address validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nononoy committed Dec 11, 2023
1 parent f9dffc1 commit 775ea82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tax_cloud/responses/verify_address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def parse(savon_response)
response = new(savon_response)
result = response.match('verify_address_response/verify_address_result')
result.delete(:err_number)
result.delete(:rdi)
TaxCloud::Address.new result
end
end
Expand Down

0 comments on commit 775ea82

Please sign in to comment.