Skip to content

Commit

Permalink
Update DisputeEvidence.cs
Browse files Browse the repository at this point in the history
suhas-cashfree authored Dec 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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);
}

0 comments on commit 09ac0f3

Please sign in to comment.