Skip to content

Commit

Permalink
Fix call to undefined method getBody()
Browse files Browse the repository at this point in the history
  • Loading branch information
vombat3301 authored and peterjaap committed May 26, 2023
1 parent e95fb34 commit 3431dc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Service/Vies/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function getViesResponse(
): mixed {
$cacheKey = $countryIso . $vatNumber;
if (isset(self::$validationResult[$cacheKey])) {
self::$validationResult[$cacheKey]->getBody()->rewind();
return self::$validationResult[$cacheKey];
}
$soapClient = $this->createVatNumberValidationSoapClient(false, $timeout);
Expand Down

0 comments on commit 3431dc7

Please sign in to comment.