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

Fixed invalid variable reference in ListResult::offsetGet #3

Closed geoffreytran closed 10 years ago

geoffreytran commented 10 years ago

$this->$list is suppose to be $this->list.