Skip to content

Commit

Permalink
Remove unnecesary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanalemunioz committed Dec 31, 2023
1 parent af05666 commit ccf4f9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/afip.rb
Original file line number Diff line number Diff line change
@@ -97,9 +97,6 @@ def getLastRequestXML
request["sdk-environment"] = production == true ? "prod" : "dev"
request["Authorization"] = "Bearer #{access_token}" if access_token

data["cert"] = cert if cert
data["key"] = key if key

response = https.request(request)

unless response.is_a? Net::HTTPSuccess

0 comments on commit ccf4f9e

Please sign in to comment.