Skip to content

Commit 8a98073

Browse files
committed
Update metadata
1 parent 1a21aab commit 8a98073

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

src/Afip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ const RegisterScopeThirteen = require('./Class/RegisterScopeThirteen');
1414
/**
1515
* Software Development Kit for AFIP web services
1616
*
17-
* @link http://www.afip.gob.ar/ws/ AFIP Web Services documentation
17+
* @link https://afipsdk.com/
1818
*
19-
* @author Afip SDK afipsdk@gmail.com
19+
* @author Afip SDK <ayuda@afipsdk.com>
2020
* @package Afip
2121
**/
2222
module.exports = Afip;

src/Class/ElectronicBilling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const AfipWebServiceError = require('./AfipWebServiceError');
44
/**
55
* SDK for AFIP Electronic Billing (wsfe1)
66
*
7-
* @link http://www.afip.gob.ar/fe/documentos/manual_desarrollador_COMPG_v2_10.pdf WS Specification
7+
* @link https://docs.afipsdk.com/
88
**/
99
module.exports = class ElectronicBilling extends AfipWebService {
1010
constructor(afip){

src/Class/RegisterScopeFive.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ const AfipWebService = require('./AfipWebService');
33
/**
44
* SDK for AFIP Register Scope Five (ws_sr_padron_a5)
55
*
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/
710
**/
811
module.exports = class RegisterScopeFive extends AfipWebService {
912
constructor(afip){

src/Class/RegisterScopeFour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const AfipWebService = require('./AfipWebService');
33
/**
44
* SDK for AFIP Register Scope Four (ws_sr_padron_a4)
55
*
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/
77
**/
88
module.exports = class RegisterScopeFour extends AfipWebService {
99
constructor(afip){

src/Class/RegisterScopeTen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const AfipWebService = require('./AfipWebService');
33
/**
44
* SDK for AFIP Register Scope Ten (ws_sr_padron_a10)
55
*
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/
77
**/
88
module.exports = class RegisterScopeTen extends AfipWebService {
99
constructor(afip){

src/Class/RegisterScopeThirteen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const AfipWebService = require('./AfipWebService');
33
/**
44
* SDK for AFIP Register Scope Thirteen (ws_sr_padron_a13)
55
*
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/
77
**/
88
module.exports = class RegisterScopeThirteen extends AfipWebService {
99
constructor(afip){

0 commit comments

Comments
 (0)