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

update() public method

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