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 bb48674 commit 65dee77Copy full SHA for 65dee77
src/CheckoutSdk/Payments/Links/PaymentLinkRequest.cs
@@ -60,7 +60,7 @@ public class PaymentLinkRequest
60
61
public string ReturnUrl { get; set; }
62
63
- public LocaleType Locale { get; set; }
+ public LocaleType? Locale { get; set; }
64
65
public bool? Capture { get; set; }
66
@@ -70,4 +70,4 @@ public class PaymentLinkRequest
70
71
public PaymentMethodConfiguration PaymentMethodConfiguration { get; set; }
72
}
73
-}
+}
0 commit comments