diff --git a/lib/Account.php b/lib/Account.php index 1e9618bb2..68fb7e835 100644 --- a/lib/Account.php +++ b/lib/Account.php @@ -20,6 +20,7 @@ * @property \Stripe\StripeObject $capabilities * @property bool $charges_enabled Whether the account can create live charges. * @property \Stripe\StripeObject $company + * @property \Stripe\StripeObject $controller * @property string $country The account's country. * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. * @property string $default_currency Three-letter ISO currency code representing the default currency for the account. This must be a currency that Stripe supports in the account's country. diff --git a/lib/Service/AccountService.php b/lib/Service/AccountService.php index 23206f5d8..50432a011 100644 --- a/lib/Service/AccountService.php +++ b/lib/Service/AccountService.php @@ -278,11 +278,11 @@ public function retrievePerson($parentId, $id, $params = null, $opts = null) } /** - * Updates a connected Express or Custom - * account by setting the values of the parameters passed. Any parameters not - * provided are left unchanged. Most parameters can be changed only for Custom - * accounts. (These are marked Custom Only below.) Parameters - * marked Custom and Express are supported by both account types. + * Updates a connected account by setting the + * values of the parameters passed. Any parameters not provided are left unchanged. + * Most parameters can be changed only for Custom accounts. (These are marked + * Custom Only below.) Parameters marked Custom and + * Express are not supported for Standard accounts. * * To update your own account, use the Dashboard. Refer to our