Cartalyst\Stripe\Api\Customers::update PHP Метод

update() публичный Метод

Updates an existing customer.
public update ( string $customerId, array $parameters = [] ) : array
$customerId string
$parameters array
Результат array
    public function update($customerId, array $parameters = [])
    {
        return $this->_post("customers/{$customerId}", $parameters);
    }