Cartalyst\Stripe\Api\Plans::update PHP Method

update() public method

Updates an existing plan.
public update ( string $planId, array $parameters = [] ) : array
$planId string
$parameters array
return array
    public function update($planId, array $parameters = [])
    {
        return $this->_post("plans/{$planId}", $parameters);
    }