Skip to content

Commit

Permalink
Add additional params to cpp init request
Browse files Browse the repository at this point in the history
  • Loading branch information
onurpolattimur committed Sep 27, 2024
1 parent 9d6c8c5 commit f0bcc3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Craftgate/Request/InitCheckoutPaymentRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ public class InitCheckoutPaymentRequest
public long? Ttl { get; set; }
public IList<CustomInstallment> CustomInstallments { get; set; }
public IList<PaymentItem> Items { get; set; }
<<<<<<< Updated upstream

Check failure on line 36 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered

Check failure on line 36 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered

Check failure on line 36 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered

Check failure on line 36 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered
public FraudCheckParameters FraudParams { get; set; }

=======

Check failure on line 39 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered

Check failure on line 39 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered

Check failure on line 39 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered
public Dictionary<string, object> AdditionalParams { get; set; }
>>>>>>> Stashed changes

Check failure on line 41 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered

Check failure on line 41 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered

Check failure on line 41 in Craftgate/Request/InitCheckoutPaymentRequest.cs

View workflow job for this annotation

GitHub Actions / Dotnet Build & Test

Merge conflict marker encountered
}
}

0 comments on commit f0bcc3e

Please sign in to comment.