Skip to content

Commit

Permalink
Merge pull request #387 from kannokanno/fix-personal-jp
Browse files Browse the repository at this point in the history
Add personal_address_kana and personal_address_kanji for jp
  • Loading branch information
brandur-stripe authored Oct 30, 2017
2 parents a523748 + 804c12c commit 7e1aee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/StripeObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7e1aee1

Please sign in to comment.