We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc68368 commit 669e718Copy full SHA for 669e718
src/CheckoutSdk/Payments/Hosted/HostedPaymentRequest.cs
@@ -22,8 +22,8 @@ public class HostedPaymentRequest
22
public string FailureUrl { get; set; }
23
24
public long? Amount { get; set; }
25
-
26
- public PaymentType? PaymentType { get; set; }
+
+ public PaymentType PaymentType { get; set; } = PaymentType.Regular;
27
28
public string PaymentIp { get; set; }
29
0 commit comments