Skip to content

Commit

Permalink
Add 'id' to the list of permanent attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
boucher committed Feb 21, 2013
1 parent 0342c86 commit e662503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Stripe/Object.php
Expand Up @@ -6,7 +6,7 @@ class Stripe_Object implements ArrayAccess


public static function init() public static function init()
{ {
self::$_permanentAttributes = new Stripe_Util_Set(array('_apiKey')); self::$_permanentAttributes = new Stripe_Util_Set(array('_apiKey', 'id'));
} }


protected $_apiKey; protected $_apiKey;
Expand Down

0 comments on commit e662503

Please sign in to comment.