Skip to content

Commit 926c4e6

Browse files
committed
Handled null values in request body
1 parent f340c14 commit 926c4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/zoho/crm/api/util/Converter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function valueChecker($className, $memberName, $keyDetails, $value, &$uni
131131
}
132132
}
133133

134-
if (!$check)
134+
if (!$check && $value != null)
135135
{
136136
$detailsJO[Constants::FIELD] = $memberName;
137137

0 commit comments

Comments
 (0)