Skip to content

Commit

Permalink
Add FraudParams For InitCheckoutPayment (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Özcan <[email protected]>
  • Loading branch information
mozcan and Mustafa Özcan authored Aug 22, 2024
1 parent 3946d23 commit 6bd87e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Craftgate/Request/InitCheckoutPaymentRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ public class InitCheckoutPaymentRequest
public long? Ttl { get; set; }
public IList<CustomInstallment> CustomInstallments { get; set; }
public IList<PaymentItem> Items { get; set; }
public FraudCheckParameters FraudParams { get; set; }

}
}

0 comments on commit 6bd87e7

Please sign in to comment.