sources->retrieve('alipay_account_id') instead."; throw new Error\InvalidRequest($msg, null); } /** * @param string $_id * @param array|null $_params * @param array|string|null $_options * * @throws \Stripe\Error\InvalidRequest * * @deprecated Alipay accounts are deprecated. Please use the sources API instead. * @link https://stripe.com/docs/sources/alipay */ public static function update($_id, $_params = null, $_options = null) { $msg = "Alipay accounts cannot be accessed without a customer ID. " . "Call save() on \$customer->sources->retrieve('alipay_account_id') instead."; throw new Error\InvalidRequest($msg, null); } }