diff options
author | Christian Blättler <blatc2@bfh.ch> | 2024-04-19 11:09:44 +0200 |
---|---|---|
committer | Christian Blättler <blatc2@bfh.ch> | 2024-04-19 11:09:44 +0200 |
commit | a715749a1bfa5553fede1c161c3c00e1d6c87e66 (patch) | |
tree | bc49bbde384623aa3a943d74a615d3612aeb494e | |
parent | 5f5871852d57d45999de892c07273e7a4bacd392 (diff) |
typo
-rwxr-xr-x | src/testing/test_merchant_order_creation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_merchant_order_creation.sh b/src/testing/test_merchant_order_creation.sh index 845a356e..2336ad4e 100755 --- a/src/testing/test_merchant_order_creation.sh +++ b/src/testing/test_merchant_order_creation.sh @@ -263,7 +263,7 @@ echo " OK" echo -n "Creating v1 order with token family ..." STATUS=$(curl 'http://localhost:9966/private/orders' \ - -d '{"order":{"version":"1","amount":"TESTKUDOS:7","summary":"with_subscription","fulfillment_message":"Payed successfully","choices":[{"inputs":[{"kind":"token","count":1,"token_family_slug":"test-sub","valid_after":{"t_s":'$NOW'}}],"outputs":[{"kind":"token","count":1,"token_family_slug":"test-sub","valid_after":{"t_s":'$NOW'}}]}]}}' \ + -d '{"order":{"version":"1","amount":"TESTKUDOS:7","summary":"with_subscription","fulfillment_message":"Paid successfully","choices":[{"inputs":[{"kind":"token","count":1,"token_family_slug":"test-sub","valid_after":{"t_s":'$NOW'}}],"outputs":[{"kind":"token","count":1,"token_family_slug":"test-sub","valid_after":{"t_s":'$NOW'}}]}]}}' \ -w "%{http_code}" -s -o "$LAST_RESPONSE") if [ "$STATUS" != "200" ] |