Skip to content

Commit 3d95e4f

Browse files
committed
Add register inscription proof web service
1 parent 30c724e commit 3d95e4f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/Afip.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ function Afip(options = {}){
108108
this.WSAA_URL = 'https://wsaahomo.afip.gov.ar/ws/services/LoginCms';
109109
}
110110

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);
116117
}
117118

118119
/**

0 commit comments

Comments
 (0)