Skip to content

Commit 65dee77

Browse files
Update LocalType to nullable
1 parent bb48674 commit 65dee77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CheckoutSdk/Payments/Links/PaymentLinkRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class PaymentLinkRequest
6060

6161
public string ReturnUrl { get; set; }
6262

63-
public LocaleType Locale { get; set; }
63+
public LocaleType? Locale { get; set; }
6464

6565
public bool? Capture { get; set; }
6666

@@ -70,4 +70,4 @@ public class PaymentLinkRequest
7070

7171
public PaymentMethodConfiguration PaymentMethodConfiguration { get; set; }
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)