File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ const RegisterScopeThirteen = require('./Class/RegisterScopeThirteen');
14
14
/**
15
15
* Software Development Kit for AFIP web services
16
16
*
17
- * @link http ://www.afip.gob.ar/ws/ AFIP Web Services documentation
17
+ * @link https ://afipsdk.com/
18
18
*
19
- * @author Afip SDK afipsdk@gmail .com
19
+ * @author Afip SDK <ayuda@afipsdk .com>
20
20
* @package Afip
21
21
**/
22
22
module . exports = Afip ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const AfipWebServiceError = require('./AfipWebServiceError');
4
4
/**
5
5
* SDK for AFIP Electronic Billing (wsfe1)
6
6
*
7
- * @link http ://www.afip.gob.ar/fe/documentos/manual_desarrollador_COMPG_v2_10.pdf WS Specification
7
+ * @link https ://docs.afipsdk.com/
8
8
**/
9
9
module . exports = class ElectronicBilling extends AfipWebService {
10
10
constructor ( afip ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ const AfipWebService = require('./AfipWebService');
3
3
/**
4
4
* SDK for AFIP Register Scope Five (ws_sr_padron_a5)
5
5
*
6
- * @link http://www.afip.gob.ar/ws/ws_sr_padron_a5/manual_ws_sr_padron_a5_v1.0.pdf WS Specification
6
+ * **This web service is deprecated and will be removed in future major versions.**
7
+ * @deprecated Use RegisterInscriptionProof instead
8
+ *
9
+ * @link https://docs.afipsdk.com/
7
10
**/
8
11
module . exports = class RegisterScopeFive extends AfipWebService {
9
12
constructor ( afip ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const AfipWebService = require('./AfipWebService');
3
3
/**
4
4
* SDK for AFIP Register Scope Four (ws_sr_padron_a4)
5
5
*
6
- * @link http ://www.afip.gob.ar/ws/ws_sr_padron_a4/manual_ws_sr_padron_a4_v1.1.pdf WS Specification
6
+ * @link https ://docs.afipsdk.com/
7
7
**/
8
8
module . exports = class RegisterScopeFour extends AfipWebService {
9
9
constructor ( afip ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const AfipWebService = require('./AfipWebService');
3
3
/**
4
4
* SDK for AFIP Register Scope Ten (ws_sr_padron_a10)
5
5
*
6
- * @link http ://www.afip.gob.ar/ws/ws_sr_padron_a10/manual_ws_sr_padron_a10_v1.1. WS Specification
6
+ * @link https ://docs.afipsdk.com/
7
7
**/
8
8
module . exports = class RegisterScopeTen extends AfipWebService {
9
9
constructor ( afip ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const AfipWebService = require('./AfipWebService');
3
3
/**
4
4
* SDK for AFIP Register Scope Thirteen (ws_sr_padron_a13)
5
5
*
6
- * @link http ://www.afip.gob.ar/ws/ws-padron-a13/manual-ws-sr-padron-a13-v1.2.pdf WS Specification
6
+ * @link https ://docs.afipsdk.com/
7
7
**/
8
8
module . exports = class RegisterScopeThirteen extends AfipWebService {
9
9
constructor ( afip ) {
You can’t perform that action at this time.
0 commit comments