Releases: nthndnn/chargebee-php-sdk
Releases · nthndnn/chargebee-php-sdk
v0.4.1
v0.4.0
v0.3.0
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']);