From a52d62e3a4f7c6d7c5a44ec20e194284bf780af7 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 16 Oct 2020 10:26:56 +0200 Subject: [PATCH] Zeus switched to 25cl ice tea --- local/bin/icetea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/icetea b/local/bin/icetea index 5ede15e..deb4d6a 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":1}]}}' \ + --data '{"order":{"order_items_attributes":[{"count":1,"product_id":180}]}}' \ --location \ "$base/users/$user/orders.json"