Skip to content

Commit eca647c

Browse files
committed
Remove unused declarations in Afip.js
1 parent dee1cbf commit eca647c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Afip.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ function Afip(options = {}){
6464
**/
6565
this.PRIVATEKEY;
6666

67-
/**
68-
* The passphrase (if any) to sign
69-
*
70-
* @var string
71-
**/
72-
this.PASSPHRASE;
73-
7467
/**
7568
* Afip resources folder
7669
*
@@ -93,7 +86,6 @@ function Afip(options = {}){
9386

9487
// Define default options
9588
if (!options.hasOwnProperty('production')) {options['production'] = false;}
96-
if (!options.hasOwnProperty('passphrase')) {options['passphrase'] = 'xxxxx';}
9789
if (!options.hasOwnProperty('cert')) {options['cert'] = 'cert';}
9890
if (!options.hasOwnProperty('key')) {options['key'] = 'key';}
9991
if (!options.hasOwnProperty('res_folder')) {options['res_folder'] = __dirname+'/Afip_res/';}

0 commit comments

Comments
 (0)