File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,12 @@ function Afip(options = {}){
108
108
this . WSAA_URL = 'https://wsaahomo.afip.gov.ar/ws/services/LoginCms' ;
109
109
}
110
110
111
- this . ElectronicBilling = new ElectronicBilling ( this ) ;
112
- this . RegisterScopeFour = new RegisterScopeFour ( this ) ;
113
- this . RegisterScopeFive = new RegisterScopeFive ( this ) ;
114
- this . RegisterScopeTen = new RegisterScopeTen ( this ) ;
115
- this . RegisterScopeThirteen = new RegisterScopeThirteen ( this ) ;
111
+ this . ElectronicBilling = new ElectronicBilling ( this ) ;
112
+ this . RegisterScopeFour = new RegisterScopeFour ( this ) ;
113
+ this . RegisterScopeFive = new RegisterScopeFive ( this ) ;
114
+ this . RegisterInscriptionProof = new RegisterScopeFive ( this ) ;
115
+ this . RegisterScopeTen = new RegisterScopeTen ( this ) ;
116
+ this . RegisterScopeThirteen = new RegisterScopeThirteen ( this ) ;
116
117
}
117
118
118
119
/**
You can’t perform that action at this time.
0 commit comments