Skip to content

Commit

Permalink
feat(cancellation): add cancellation receipt pdf in library (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Rosas <javier.rosasb@gmail.com>
  • Loading branch information
raul-facturapi and javorosas authored Feb 9, 2024
1 parent a8ffdd7 commit 7d5a596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/Invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ public function download_cancellation_receipt_xml( $id ) {
}

/**
* Downloads the cancellation receipt of a canceled invoice in XML format
* Downloads the cancellation receipt of a canceled invoice in PDF format
*
* @param id : Unique ID for Invoice
*
* @return PDF file in a stream
* @return XML file in a stream
*
* @throws Facturapi_Exception
**/
Expand Down

0 comments on commit 7d5a596

Please sign in to comment.