XeroAPI / xero-php-oauth2

Xero PHP SDK for oAuth 2 generated from Xero API OpenAPI Spec 3.0
MIT License
92 stars 66 forks source link

AccountingApi/getQuoteAsPdf method is missing but listed in documentation #262

Closed iamface closed 2 years ago

iamface commented 2 years ago

SDK you're using (please complete the following information):

Describe the bug The documentation shows use of a getQuoteAsPdf method but does not exist.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://xeroapi.github.io/xero-php-oauth2/docs/v2/accounting/index.html#api-Accounting-getQuoteAsPdf
  2. This shows a getQuoteAsPdf() but I get Call to undefined method XeroAPI\\XeroPHP\\Api\\AccountingApi::getQuoteAsPdf()

Does this exists and I'm not finding it from incorrect documentation or does this still need to be added?

iamface commented 2 years ago

After seeing the raw and finding this method, I realized my 1.4.0 was to low, so I upgraded to 2.9 and this works 😐