Skip to content

Commit 6f0b9e9

Browse files
authored
fix/callWSAA (#30)
1 parent b4499d7 commit 6f0b9e9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [2.0.4] - 10-04-21
4+
5+
### Fixed
6+
- Return type of callWSAA();
7+
38
## [2.0.3] - 04-03-21
49

510
### Fixed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "multinexo/php-afip-ws",
33
"description": "Librería PHP para interactuar con el webservice de AFIP (Argentina -> factura electrónica).",
44
"type": "library",
5+
"version": "2.0.4",
56
"keywords": [
67
"afip",
78
"argentina",

src/WSAA/Wsaa.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private static function signTRA(stdClass $service): string
121121
*
122122
* return Ticket de Acceso generado por AFIP en formato xml
123123
*/
124-
private static function callWSAA(stdClass $service, string $CMS): stdClass
124+
private static function callWSAA(stdClass $service, string $CMS): string
125125
{
126126
$client = new SoapClient($service->configuracion->archivos->wsaaWsdl, [
127127
'proxy_port' => $service->configuracion->proxyPort,

0 commit comments

Comments
 (0)