Skip to content

Commit

Permalink
fix pipe error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivascu Madalin committed Nov 28, 2023
1 parent e1b0b89 commit 7e65e57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Services/ActiveSubscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function __construct(Client $client)
public function get(): array
{
try {

$xmlString = $this->client
->dataRequest($this->buildTransaction())
->getServiceParameters()[self::SERVICE_PARAM_KEY] ?? null;
Expand Down

0 comments on commit 7e65e57

Please sign in to comment.