We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8564f6f commit 52da96dCopy full SHA for 52da96d
lib/afip.rb
@@ -36,6 +36,7 @@ def initialize(options)
36
self.production = options.key?(:production) ? options[:production] : false
37
self.cert = options[:cert]
38
self.key = options[:key]
39
+ self.access_token = options[:access_token]
40
41
self.ElectronicBilling = Afip::WebServices::ElectronicBilling.new(self)
42
self.RegisterInscriptionProof = Afip::WebServices::RegisterInscriptionProof.new(self)
0 commit comments