Skip to content

Commit

Permalink
Add additional params to cpp init request (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurpolattimur authored Sep 27, 2024
1 parent 9d6c8c5 commit 194016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Craftgate/Request/InitCheckoutPaymentRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public class InitCheckoutPaymentRequest
public IList<CustomInstallment> CustomInstallments { get; set; }
public IList<PaymentItem> Items { get; set; }
public FraudCheckParameters FraudParams { get; set; }

public Dictionary<string, object> AdditionalParams { get; set; }
}
}

0 comments on commit 194016b

Please sign in to comment.