drink 330ml ice tea again

This commit is contained in:
Felix Van der Jeugt 2021-08-17 10:00:21 +02:00
parent 464bc14f5c
commit f7e18bd198
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -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"