Skip to content

Commit

Permalink
Update changelog (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe authored Jul 11, 2024
1 parent 083c24a commit 21a782c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 79.3.0 - 2024-07-11
* [#1886](https://github.com/stripe/stripe-go/pull/1886) Update generated code
* Remove support for values `billing_policy_remote_function_response_invalid`, `billing_policy_remote_function_timeout`, `billing_policy_remote_function_unexpected_status_code`, `billing_policy_remote_function_unreachable`, and `payment_intent_fx_quote_invalid` from enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
* ⚠️ Remove support for values `billing_policy_remote_function_response_invalid`, `billing_policy_remote_function_timeout`, `billing_policy_remote_function_unexpected_status_code`, and `billing_policy_remote_function_unreachable` from enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`.
* ⚠️ Remove support for value `payment_intent_fx_quote_invalid` from enum `StripeErrorCode`. The was mistakenly released last week.
* Add support for `PaymentMethodOptions` on `ConfirmationToken`
* Add support for `PaymentElement` on `CustomerSessionComponentsParams` and `CustomerSessionComponents`
* Add support for `AddressValidation` on `IssuingCardShippingParams` and `IssuingCardShipping`
Expand Down

0 comments on commit 21a782c

Please sign in to comment.