mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 16:44:29 -04:00
Fixes for tests
This commit is contained in:
parent
0d6820851f
commit
6f3e56a2a2
@ -107,7 +107,7 @@ class Partner
|
||||
{
|
||||
$uri = "/partner/{$this->partner_number}/account/{$accountRegNo}";
|
||||
|
||||
return $this->qvalia->httpClient($uri, (\App\Enum\HttpVerb::DELETE)->value),[])->object();
|
||||
return $this->qvalia->httpClient($uri, (\App\Enum\HttpVerb::DELETE)->value, [])->object();
|
||||
}
|
||||
|
||||
/**
|
||||
@ -138,7 +138,7 @@ class Partner
|
||||
{
|
||||
$uri = "/partner/{$this->partner_number}/account/{$accountRegNo}/peppol/{$peppolId}";
|
||||
|
||||
return $this->qvalia->httpClient($uri, (\App\Enum\HttpVerb::DELETE)->value), [])->object();
|
||||
return $this->qvalia->httpClient($uri, (\App\Enum\HttpVerb::DELETE)->value, [])->object();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user