Skip to content

Commit

Permalink
Merge pull request #274 from mbardelmeijer/patch-2
Browse files Browse the repository at this point in the history
Remove 'officially unsupported' comment
  • Loading branch information
stephangroen authored May 30, 2023
2 parents b86e94c + f371e72 commit edbb23d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ $salesInvoice = $moneybird->salesInvoice()->find(3498576378625);
var_dump($salesInvoice); // SalesInvoice object

// Example: Get sales invoice PDF contents
// *** Officially unsupported in the Moneybird API ***
$pdfContents = $salesInvoice->download();

// Example: Create credit invoice based on existing invoice
Expand Down

0 comments on commit edbb23d

Please sign in to comment.