From f2f0d33e61999ad9379ead2b6dae75adbb3b668b Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Mon, 19 Sep 2022 19:40:08 +0100 Subject: [PATCH] Corrected php-cli test script --- php/submitIssue-cli-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/submitIssue-cli-test.php b/php/submitIssue-cli-test.php index 96647d4..c3ea73a 100644 --- a/php/submitIssue-cli-test.php +++ b/php/submitIssue-cli-test.php @@ -11,7 +11,7 @@ // Prepare $detail to POST $body = "This is a PHP-CLI test issue."; - $title = "Test Issue"; + $subject = "Test Issue"; // Prepare the request $rawData = array(