diff --git a/lib/StripeObject.php b/lib/StripeObject.php index 33a4b1d60..f8eb67c7f 100644 --- a/lib/StripeObject.php +++ b/lib/StripeObject.php @@ -28,7 +28,8 @@ public static function init() self::$permanentAttributes = new Util\Set(array('_opts', 'id')); self::$nestedUpdatableAttributes = new Util\Set(array( 'metadata', 'legal_entity', 'address', 'dob', 'payout_schedule', 'transfer_schedule', 'verification', - 'tos_acceptance', 'personal_address', 'address_kana', 'address_kanji', 'shipping', + 'tos_acceptance', 'personal_address', 'personal_address_kana', 'personal_address_kanji', + 'address_kana', 'address_kanji', 'shipping', // will make the array into an AttachedObject: weird, but works for now 'additional_owners', 0, 1, 2, 3, 4, // Max 3, but leave the 4th so errors work properly 'inventory',