@@ -20,11 +20,11 @@ public class PaymentIntentPaymentMethodOptionsKlarnaOptions : INestedOptions
20
20
/// <summary>
21
21
/// Preferred language of the Klarna authorization page that the customer is redirected to.
22
22
/// One of: <c>da-DK</c>, <c>de-AT</c>, <c>de-DE</c>, <c>en-AT</c>, <c>en-AU</c>,
23
- /// <c>en-BE</c>, <c>en-DE </c>, <c>en-DK </c>, <c>en-ES </c>, <c>en-FI </c>, <c>en-FR </c>,
24
- /// <c>en-GB </c>, <c>en-IE </c>, <c>en-IT </c>, <c>en-NL </c>, <c>en-NO </c>, <c>en-NZ </c>,
25
- /// <c>en-SE </c>, <c>en-US </c>, <c>es-ES </c>, <c>es-US </c>, <c>fi-FI </c>, <c>fr-BE </c>,
26
- /// <c>fr-FR </c>, <c>it-IT </c>, <c>nb-NO </c>, <c>nl-BE </c>, <c>nl-NL </c>, <c>sv-FI </c>, or
27
- /// <c>sv-SE</c>.
23
+ /// <c>en-BE</c>, <c>en-CA </c>, <c>en-DE </c>, <c>en-DK </c>, <c>en-ES </c>, <c>en-FI </c>,
24
+ /// <c>en-FR </c>, <c>en-GB </c>, <c>en-IE </c>, <c>en-IT </c>, <c>en-NL </c>, <c>en-NO </c>,
25
+ /// <c>en-NZ </c>, <c>en-SE </c>, <c>en-US </c>, <c>es-ES </c>, <c>es-US </c>, <c>fi-FI </c>,
26
+ /// <c>fr-BE </c>, <c>fr-CA </c>, <c>fr-FR </c>, <c>it-IT </c>, <c>nb-NO </c>, <c>nl-BE </c>,
27
+ /// <c>nl-NL</c>, <c>sv-FI</c>, or <c> sv-SE</c>.
28
28
/// </summary>
29
29
[ JsonProperty ( "preferred_locale" ) ]
30
30
public string PreferredLocale { get ; set ; }
0 commit comments