Skip to content

Commit

Permalink
phase is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtulussahin committed Oct 26, 2016
1 parent 77db2f9 commit 16ef867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Iyzipay/Model/BasicPaymentResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ public class BasicPaymentResource : IyzipayResource
public String PaymentTransactionId { get; set; }
public String AuthCode { get; set; }
public String ConnectorName { get; set; }
public String Phase { get; set; }
}
}
1 change: 1 addition & 0 deletions Iyzipay/Model/PaymentResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ public class PaymentResource : IyzipayResource
public List<PaymentItem> PaymentItems { get; set; }
public String ConnectorName { get; set; }
public String AuthCode { get; set; }
public String Phase { get; set; }
}
}

0 comments on commit 16ef867

Please sign in to comment.