Path to this page:
Subject: CVS commit: pkgsrc/finance/py-stripe
From: Adam Ciarcinski
Date: 2024-03-09 07:59:23
Message id: 20240309065923.6D234FA2A@cvs.NetBSD.org
Log Message:
py-stripe: updated to 8.6.0
8.6.0 - 2024-03-07
* Update generated code
* Add support for `documents` on `AccountSession.Components`
* Add support for `request_three_d_secure` on \
`Checkout.Session.PaymentMethodOptionsCard` and \
`Checkout.Session.CreateParams.PaymentMethodOptionsCard`
* Add support for `created` on `CreditNote.ListParams`
* Add support for `sepa_debit` on \
`Invoice.PaymentSettings.PaymentMethodOptions`, \
`InvoiceCreateParams.PaymentSettings.PaymentMethodOptions`, and \
`InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions`
* Update README.md
8.5.0 - 2024-02-29
* Update generated code
* Change `identity.VerificationReport.type` to be required
* Change type of `identity.VerificationSession.type` from \
`Optional[Literal["document", "id_number"]]` to \
`Literal["document", "id_number"]`
* Add support for `number` on `Invoice.CreateParams` and `Invoice.ModifyParams`
* Add support for `enable_customer_cancellation` on \
`terminal.Reader.Action.ProcessPaymentIntent.process_config`, \
`Terminal.Reader.Action.ProcessSetupIntent.process_config`, \
`Terminal.Reader.ProcessPaymentIntentParams.process_config`, and \
`Terminal.Reader.ProcessSetupIntentParams.process_config`
* Add support for `refund_payment_config` on \
`Terminal.Reader.Action.refund_payment` and \
`Terminal.Reader.RefundPaymentParams`
* Add support for `payment_method` on `Token.CreateParams.bank_account`
* Add `list_refunds` and `retrieve_refund` methods on resource `Charge`.
* Update README to use add_beta_version
* Fix type of ErrorObject.code
Files: