File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ public function updateADeal(
571571 //prepare headers
572572 $ _headers = array (
573573 'user-agent ' => BaseController::USER_AGENT ,
574- 'Accept ' => 'application/json ' ,
574+ 'content-type ' => 'application/json; charset=utf-8 ' ,
575575 'Authorization ' => sprintf ('Bearer %1$s ' , Configuration::$ oAuthToken ->accessToken )
576576 );
577577
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ public function updateAnOrganization(
434434 //prepare headers
435435 $ _headers = array (
436436 'user-agent ' => BaseController::USER_AGENT ,
437- 'Accept ' => 'application/json ' ,
437+ 'content-type ' => 'application/json; charset=utf-8 ' ,
438438 'Authorization ' => sprintf ('Bearer %1$s ' , Configuration::$ oAuthToken ->accessToken )
439439 );
440440
You can’t perform that action at this time.
0 commit comments