From f7e18bd1985ff3c3bd9ed57521fbed6a0672609a Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 17 Aug 2021 10:00:21 +0200 Subject: [PATCH] drink 330ml ice tea again --- local/bin/icetea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/icetea b/local/bin/icetea index deb4d6a..5ede15e 100755 --- a/local/bin/icetea +++ b/local/bin/icetea @@ -6,6 +6,6 @@ token="$(pass show ugent/zeus/tap)" curl --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header "Authorization: Token token=$token" \ - --data '{"order":{"order_items_attributes":[{"count":1,"product_id":180}]}}' \ + --data '{"order":{"order_items_attributes":[{"count":1,"product_id":1}]}}' \ --location \ "$base/users/$user/orders.json"