Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into sdk-release/next-major
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Jun 24, 2024
2 parents 916e16d + 08a8800 commit 87bf502
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 44.13.0 - 2024-06-17
* [#2927](https://github.com/stripe/stripe-dotnet/pull/2927) Update generated code
* Add support for `TaxIdCollection` on `PaymentLinkUpdateOptions`

## 44.12.0 - 2024-06-13
* [#2922](https://github.com/stripe/stripe-dotnet/pull/2922) Update generated code
* Add support for `MultibancoPayments` and `TwintPayments` on `AccountCapabilitiesOptions` and `AccountCapabilities`
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1082
v1083
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44.12.0
44.13.0
6 changes: 3 additions & 3 deletions src/Stripe.net/Entities/PaymentLinks/PaymentLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ public Account OnBehalfOf
/// One of: <c>affirm</c>, <c>afterpay_clearpay</c>, <c>alipay</c>, <c>au_becs_debit</c>,
/// <c>bacs_debit</c>, <c>bancontact</c>, <c>blik</c>, <c>boleto</c>, <c>card</c>,
/// <c>cashapp</c>, <c>eps</c>, <c>fpx</c>, <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>,
/// <c>klarna</c>, <c>konbini</c>, <c>link</c>, <c>oxxo</c>, <c>p24</c>, <c>paynow</c>,
/// <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>sepa_debit</c>, <c>sofort</c>,
/// <c>swish</c>, <c>us_bank_account</c>, or <c>wechat_pay</c>.
/// <c>klarna</c>, <c>konbini</c>, <c>link</c>, <c>mobilepay</c>, <c>oxxo</c>, <c>p24</c>,
/// <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>us_bank_account</c>, or <c>wechat_pay</c>.
/// </summary>
[JsonProperty("payment_method_types")]
public List<string> PaymentMethodTypes { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ public class PaymentLinkCreateOptions : BaseOptions, IHasMetadata
/// One of: <c>affirm</c>, <c>afterpay_clearpay</c>, <c>alipay</c>, <c>au_becs_debit</c>,
/// <c>bacs_debit</c>, <c>bancontact</c>, <c>blik</c>, <c>boleto</c>, <c>card</c>,
/// <c>cashapp</c>, <c>eps</c>, <c>fpx</c>, <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>,
/// <c>klarna</c>, <c>konbini</c>, <c>link</c>, <c>oxxo</c>, <c>p24</c>, <c>paynow</c>,
/// <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>sepa_debit</c>, <c>sofort</c>,
/// <c>swish</c>, <c>us_bank_account</c>, or <c>wechat_pay</c>.
/// <c>klarna</c>, <c>konbini</c>, <c>link</c>, <c>mobilepay</c>, <c>oxxo</c>, <c>p24</c>,
/// <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>us_bank_account</c>, or <c>wechat_pay</c>.
/// </summary>
[JsonProperty("payment_method_types")]
public List<string> PaymentMethodTypes { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ public class PaymentLinkUpdateOptions : BaseOptions, IHasMetadata
/// One of: <c>affirm</c>, <c>afterpay_clearpay</c>, <c>alipay</c>, <c>au_becs_debit</c>,
/// <c>bacs_debit</c>, <c>bancontact</c>, <c>blik</c>, <c>boleto</c>, <c>card</c>,
/// <c>cashapp</c>, <c>eps</c>, <c>fpx</c>, <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>,
/// <c>klarna</c>, <c>konbini</c>, <c>link</c>, <c>oxxo</c>, <c>p24</c>, <c>paynow</c>,
/// <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>sepa_debit</c>, <c>sofort</c>,
/// <c>swish</c>, <c>us_bank_account</c>, or <c>wechat_pay</c>.
/// <c>klarna</c>, <c>konbini</c>, <c>link</c>, <c>mobilepay</c>, <c>oxxo</c>, <c>p24</c>,
/// <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>us_bank_account</c>, or <c>wechat_pay</c>.
/// </summary>
[JsonProperty("payment_method_types")]
public List<string> PaymentMethodTypes { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Stripe.net/Stripe.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for the Stripe API. (Official Library)</Description>
<Version>44.12.0</Version>
<Version>44.13.0</Version>
<LangVersion>8</LangVersion>
<Authors>Stripe, Jayme Davis</Authors>
<TargetFrameworks>net5.0;net6.0;netcoreapp3.1;netstandard2.0;net461</TargetFrameworks>
Expand Down

0 comments on commit 87bf502

Please sign in to comment.