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

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

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