Skip to content

Commit

Permalink
Merge pull request #108 from cavassin12/VandeDev
Browse files Browse the repository at this point in the history
Nota técnica 2020.001
  • Loading branch information
cleitonperin committed Mar 18, 2020
2 parents 2b04810 + e8801d7 commit 2e12572
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -10,4 +10,4 @@ docs
nbproject
build
composer.lock
config.json
config.json
23 changes: 23 additions & 0 deletions .vscode/launch.json
@@ -0,0 +1,23 @@
{
// Use o IntelliSense para aprender sobre possíveis atributos.
// Passe o mouse para ver as descrições dos atributos existentes.
// Para obter mais informações, visite: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}
2 changes: 1 addition & 1 deletion examples/testaEnvio.php
Expand Up @@ -35,7 +35,7 @@
header('Content-type: text/plain; charset=UTF-8');
echo $xmlAssinado;

//$resp = $tools->sefazEnviaLote([$xmlAssimado], rand(1, 10000));
//$resp = $tools->sefazEnviaLote([$xmlAssinado], rand(1, 10000));


//$st = new Standardize();
Expand Down

0 comments on commit 2e12572

Please sign in to comment.