This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
<pre>Cannot POST /invoicing/createStripeInvoices</pre> #12
Closed as not planned
Description
Hi Team, i got the below error when issueing a curl command to test the deployment with stripe integration. Please advise what is missing. Thanks, Ferry
ferrymul@909c4acf1983 cron-job % kubectl --namespace=default run curl --image=curlimages/curl -i --tty -- sh
If you don't see a command prompt, try pressing enter.
~ $ curl -X POST 'btp-invoicing-srv.default:8080/invoicing/createStripeInvoices' \
<title>Error</title>--header 'Content-Type: application/json'
--data-raw '{
"month": "11",
"year": "2024"
}'
Cannot POST /invoicing/createStripeInvoices~ $