Skip to content
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
@ferrymul7

Description

@ferrymul7

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' \

--header 'Content-Type: application/json'
--data-raw '{
"month": "11",
"year": "2024"
}'

<title>Error</title>
Cannot POST /invoicing/createStripeInvoices
~ $

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions