We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9164230 commit 26365f1Copy full SHA for 26365f1
src/Informat/Call/CallProcessor.php
@@ -46,7 +46,8 @@ public function send(
46
$this->buildUrl($endpoint)
47
)
48
->withAddedHeader('Authorization', 'BEARER ' . $this->accessTokenManager->getAccessToken())
49
- ->withAddedHeader('InstituteNo', (string)$instituteNumber);
+ ->withAddedHeader('InstituteNo', (string)$instituteNumber)
50
+ ->withAddedHeader('Content-Type', 'application/json');;
51
52
if ($content !== null) {
53
if (is_array($content)) {
0 commit comments