Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nthndnn nthndnn released this 19 Jan 20:04
· 71 commits to master since this release
df53511

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']);