8 lines
260 B
HTTP
8 lines
260 B
HTTP
function send_medipost_test_response() {
|
|
curl -X POST "$HOSTNAME/api/order/medipost-test-response" \
|
|
--header "x-jobs-api-key: $JOBS_API_TOKEN" \
|
|
--header 'Content-Type: application/json' \
|
|
--data '{ "medusaOrderId": "'$MEDUSA_ORDER_ID'" }'
|
|
}
|
|
|
|
# |