Skip to content

Commit eb13312

Browse files
author
Tony Bedford
committed
Differentiate between message/call status and report status
1 parent b8b08be commit eb13312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reports/create-async-report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ curl -X POST "https://api.nexmo.com/v2/reports" \
99
"product": "'$REPORT_PRODUCT'",
1010
"account_id": "'$ACCOUNT_ID'",
1111
"direction": "'$REPORT_DIRECTION'",
12-
"status": "'$REPORT_STATUS'",
12+
"status": "'$STATUS'",
1313
"date_start": "'$DATE_START'",
1414
"date_end": "'$DATE_END'"
1515
}'

0 commit comments

Comments
 (0)