Skip to content

Commit

Permalink
fix: remove codigo nao utilizado
Browse files Browse the repository at this point in the history
  • Loading branch information
valdeir2000 committed Dec 28, 2020
1 parent 2fab1f0 commit 4d4dedd
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 1 deletion.
269 changes: 269 additions & 0 deletions upload/system/library/PagSeguro/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion upload/system/library/PagSeguro/src/Request/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public function generate(): string
} elseif ($request->getHttpStatus() === 401) {
throw new AuthException($this->env, 'Check your credentials', 1000);
} else {
var_dump( $request->getHttpStatus() );
throw new PagSeguroRequestException($this->env, $request, [], 'Server not responding', 1050);
}
}
Expand Down

0 comments on commit 4d4dedd

Please sign in to comment.