Skip to content

dj-stripe 2.8.3 (2023-10-10)

  • Fix kwargs not being passed correctly in Subscription.cancel() when at_period_end=True
  • Fix crashes in the admin
  • Add missing lines.data.discounts to BaseInvoice.expand_fields
  • Minor fixes to field expansion

dj-stripe 2.8.2 (2023-09-06)

  • Automatically set the customer name in Stripe if available
  • Fix error creating WebhookEndpoint in admin panel
  • Pass down kwargs to Invoice.pay() (#1968)
  • Fix crash with certain unsupported payment methods (#1944)

dj-stripe 2.8.1 (2023-07-01)

This release removes a migration which caused a crash in certain cases.