Skip to content

Commit 999d548

Browse files
Revert changes related on content-type
1 parent f16bd4e commit 999d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MangoPaySDK/tools/restTool.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class RestTool {
5656

5757
private $_requestUrl;
5858

59-
private static $_JSON_HEADER = 'Content-Type: application/x-www-form-urlencoded';
59+
private static $_JSON_HEADER = 'Content-Type: application/json';
6060

6161
/**
6262
* Constructor

0 commit comments

Comments
 (0)