Skip to content

Releases: nthndnn/chargebee-php-sdk

v0.4.1

26 Jul 19:39
65cf68c
Compare
Choose a tag to compare

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
e6fae1f
Compare
Choose a tag to compare

This release adds the newest Chargebee endpoints from their Changelog.

v0.3.0

19 Jan 20:04
df53511
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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
4da3171
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Add custom exceptions if an error is thrown from the Chargebee API.

v0.1

05 Jan 17:07
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Add should_delete_plan test to PlanTest