Releases: nthndnn/chargebee-php-sdk
Releases · nthndnn/chargebee-php-sdk
v0.4.1
26 Jul 19:39
Compare
Sorry, something went wrong.
No results found
This release adds support for filtering customers in the list method by email address, first and last name.
v0.4.0
27 May 13:27
Compare
Sorry, something went wrong.
No results found
This release adds the newest Chargebee endpoints from their Changelog .
v0.3.0
19 Jan 20:04
Compare
Sorry, something went wrong.
No results found
In this release, you can now specify the headers you can send in an API request.
The below snippet will request a list of payment requests, and will also send the chargebee-request-origin-ip header:
(new Client ('test ' , '987654321 ' ))->paymentSource ()->list ([], ['chargebee-request-origin-ip ' => '192.168.1.2 ' ]);
v0.2.0
06 Jan 22:56
Compare
Sorry, something went wrong.
No results found
Add custom exceptions if an error is thrown from the Chargebee API.
v0.1
05 Jan 17:07
Compare
Sorry, something went wrong.
No results found
Add should_delete_plan test to PlanTest