Skip to content

Commit 09ac0f3

Browse files
Update DisputeEvidence.cs
1 parent 2def9f7 commit 09ac0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cashfree_pg/Model/DisputeEvidence.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public override string ToString()
5757
/// Returns the JSON string presentation of the object
5858
/// </summary>
5959
/// <returns>JSON string presentation of the object</returns>
60-
public override string ToJson()
60+
public string ToJson()
6161
{
6262
return Newtonsoft.Json.JsonConvert.SerializeObject(this, Newtonsoft.Json.Formatting.Indented);
6363
}

0 commit comments

Comments
 (0)