Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove parts of the API that is no longer publicly documented #1282

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

ramya-stripe
Copy link
Contributor

@ramya-stripe ramya-stripe commented Mar 28, 2024

This PR contains the changes generated after removing the shared overrides from our code generator that were added for backcompat

Changelog

  • Remove the below deprecated values for BalanceTransaction.type
    • obligation_inbound
    • obligation_payout
    • obligation_payout_failure
    • obligation_reversal_outbound
  • Remove the below deprecated events from Event.type, WebhookEndpoint.CreateParams.enabled_events, WebhookEndpoint.ModifyParams.enabled_events, WebhookEndpointService.CreateParams.enabled_events, WebhookEndpointService.ModifyParams.enabled_events
    • invoiceitem.updated
    • order.created
    • recipient.created
    • recipient.deleted
    • recipient.updated
    • sku.created
    • sku.deleted
    • sku.updated
  • Remove the deprecated value include_and_require for Invoice.CreateParams.pending_invoice_items_behavior and InvoiceService.CreateParams.pending_invoice_items_behavior
  • Remove the deprecated value service_tax for
    • TaxRate.RetrieveParams.tax_type
    • TaxRate.CreateParams.tax_type
    • TaxRate.ModifyParams.tax_type
    • TaxRateService.CreateParams.tax_type
    • TaxRateService.UpdateParams.tax_type
    • InvoiceLineItem.ModifyParamsTaxAmountTaxRateData.tax_type
    • InvoiceLineItemService.UpdateParamsTaxAmountTaxRateData.tax_type
  • Remove request_incremental_authorization from
    • PaymentIntent.ConfirmParamsPaymentMethodOptionsCardPresent
    • PaymentIntent.CreateParamsPaymentMethodOptionsCardPresent
    • PaymentIntent.ModifyParamsPaymentMethodOptionsCardPresent
    • PaymentIntentService.ConfirmParamsPaymentMethodOptionsCardPresent
    • PaymentIntentService.CreateParamsPaymentMethodOptionsCardPresent
    • PaymentIntentService.ModifyParamsPaymentMethodOptionsCardPresent
  • Remove support for id_bank_transfer, multibanco, netbanking, pay_by_bank, and upi on PaymentMethodConfiguration
  • Remove the deprecated value challenge_only from SetupIntent.PaymentMethodOptions.Card.request_three_d_secure
  • Remove deprecated value various for Climate.Supplier.removal_pathway
  • Remove the deprecated value obligation for ReportRun.CreateParamsParameters.reporting_category and ReportRunService.CreateParamsParameters.reporting_category

@ramya-stripe ramya-stripe marked this pull request as ready for review March 28, 2024 05:13
@ramya-stripe ramya-stripe changed the title Remove shared overrides added for backcompat Remove parts of the API that is no longer publicly documented Mar 28, 2024
@ramya-stripe ramya-stripe merged commit 7ca9a63 into sdk-release/next-major Mar 28, 2024
15 checks passed
@ramya-stripe ramya-stripe deleted the ramya/remove-overrides branch March 28, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants