Skip to content

Commit

Permalink
Update SalesApi.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mathmarques authored Feb 26, 2020
1 parent cf44831 commit 9ec6c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Api/SalesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function quotationCalculateQuotation($company_key, $model)
*/
public function quotationCalculateQuotationWithHttpInfo($company_key, $model)
{
$returnType = '\Swagger\Client\Model\QuotationResponse';
$returnType = '\Swagger\Client\Model\QuotationResponse[]';
$request = $this->quotationCalculateQuotationRequest($company_key, $model);

try {
Expand Down Expand Up @@ -215,7 +215,7 @@ function ($response) {
*/
public function quotationCalculateQuotationAsyncWithHttpInfo($company_key, $model)
{
$returnType = '\Swagger\Client\Model\QuotationResponse';
$returnType = '\Swagger\Client\Model\QuotationResponse[]';
$request = $this->quotationCalculateQuotationRequest($company_key, $model);

return $this->client
Expand Down

0 comments on commit 9ec6c65

Please sign in to comment.