Skip to content

Commit 19b0124

Browse files
committed
Bug Fix: double parsing of json reques one by chargebee-python and other by httpx
1 parent 1c14d98 commit 19b0124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chargebee/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def send(
7070
params = {}
7171

7272
ser_params = (
73-
json.dumps(params)
73+
params
7474
if isJsonRequest
7575
else util.serialize(params, None, None, jsonKeys)
7676
)

0 commit comments

Comments
 (0)