chargebee / chargebee-php

PHP library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=php
MIT License
72 stars 62 forks source link

Updated ListResult to accurately implement declared intefaces #5

Closed matthewdickinson closed 2 years ago

matthewdickinson commented 10 years ago

Switched to use actual variables (i.e. $this->_items) instead of undeclared variables ($this->list) to that offsetGet, etc. actually retrieve values (instead of null)

cb-khushbubibay commented 2 years ago

This PR has been addressed in v3.4.0. Hence closing it.