Skip to content

Commit

Permalink
errorCode and errorGroup has been added (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Bünyamin Yaşar <33955141+byasarcse@users.noreply.github.com>
  • Loading branch information
byasarcse authored Nov 8, 2024
1 parent 4247aa0 commit 9e836fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Iyzipay/IyzipayResourceV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ public class IyzipayResourceV2

public String Status { get; set; }
public int StatusCode { get; set; }
public String ErrorCode { get; set; }
public String ErrorMessage { get; set; }
public String ErrorGroup { get; set; }
public String ConversationId { get; set; }
public long SystemTime { get; set; }
public String Locale { get; set; }
Expand Down

0 comments on commit 9e836fe

Please sign in to comment.