Skip to content

Commit 7d5a596

Browse files
feat(cancellation): add cancellation receipt pdf in library (#22)
Co-authored-by: Javier Rosas <javier.rosasb@gmail.com>
1 parent a8ffdd7 commit 7d5a596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/Invoices.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ public function download_cancellation_receipt_xml( $id ) {
170170
}
171171

172172
/**
173-
* Downloads the cancellation receipt of a canceled invoice in XML format
173+
* Downloads the cancellation receipt of a canceled invoice in PDF format
174174
*
175175
* @param id : Unique ID for Invoice
176176
*
177-
* @return PDF file in a stream
177+
* @return XML file in a stream
178178
*
179179
* @throws Facturapi_Exception
180180
**/

0 commit comments

Comments
 (0)