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"