Skip to content

Commit

Permalink
Update DisputeEvidence.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-cashfree authored Dec 26, 2024
1 parent 2def9f7 commit 09ac0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cashfree_pg/Model/DisputeEvidence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public override string ToString()
/// Returns the JSON string presentation of the object
/// </summary>
/// <returns>JSON string presentation of the object</returns>
public override string ToJson()
public string ToJson()
{
return Newtonsoft.Json.JsonConvert.SerializeObject(this, Newtonsoft.Json.Formatting.Indented);
}
Expand Down

0 comments on commit 09ac0f3

Please sign in to comment.