Skip to content

Commit d31b19d

Browse files
committed
Merge pull request #45 from intercom/dehora/accept-application-json
Accept application/json by default
2 parents 020f080 + 44746e2 commit d31b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Intercom/IntercomAbstractClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class IntercomAbstractClient extends Client
1515
const DEFAULT_CONTENT_TYPE = 'application/json';
1616

1717
/** @var string */
18-
const DEFAULT_ACCEPT_HEADER = 'application/vnd.intercom.3+json';
18+
const DEFAULT_ACCEPT_HEADER = 'application/json';
1919

2020
const USER_AGENT = 'intercom-php/1.0.0-b1';
2121

0 commit comments

Comments
 (0)