Skip to content

Commit

Permalink
Merge pull request #55 from iyzico/feature/phase
Browse files Browse the repository at this point in the history
phase is implemented
  • Loading branch information
sotuzun authored Oct 26, 2016
2 parents 77db2f9 + 16ef867 commit 2174f09
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 2174f09

Please sign in to comment.