Skip to content

Tags: FacturAPI/facturapi-php

Tags

v3.4.0

Toggle v3.4.0's commit message
Add method to update self-invoice settings

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow sending query parameters to create and edit customer (#36)

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #35 from FacturAPI/hotfix/conditional_body_put

fix(conditionalPut): add ternary in $body for encode json or send null

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #34 from FacturAPI/chore/validate_signature

chore(webhook): add validateSignature method in webhook flow

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #32 from FacturAPI/fix/post_with_body_null

fix(execute_post): accept and validate nullish body in execute post m…

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(exception): throw error object in unsuccesful responses (#30)

2.7.1

Toggle 2.7.1's commit message
- Corrected method names: `update_draft` and `copy_to_draft`

2.7.0

Toggle 2.7.0's commit message
- Added invoice methods: `update_status`, `edit_draft`, `stamp_draft`…

… and `copy`

2.6.0

Toggle 2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(cancellation): add cancellation receipt pdf in library (#22)

Co-authored-by: Javier Rosas <javier.rosasb@gmail.com>

2.5.0

Toggle 2.5.0's commit message
- Add method to download cancellation receipt PDF

- Improve error handling (thanks to @ingfdoaguirre)
- Fix email send bug