Skip to content

Commit 52da96d

Browse files
committed
Fix afip instance params
1 parent 8564f6f commit 52da96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/afip.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def initialize(options)
3636
self.production = options.key?(:production) ? options[:production] : false
3737
self.cert = options[:cert]
3838
self.key = options[:key]
39+
self.access_token = options[:access_token]
3940

4041
self.ElectronicBilling = Afip::WebServices::ElectronicBilling.new(self)
4142
self.RegisterInscriptionProof = Afip::WebServices::RegisterInscriptionProof.new(self)

0 commit comments

Comments
 (0)