Skip to main content

Upgrading From 3.23 To 3.24

Removal of Authorize.net Plugin​

The legacy Authorize.net payment gateway plugin has been removed from Saleor core in 3.24 (see saleor/saleor#19142).

warning

Before upgrading to 3.24, stop using the Authorize.net plugin. After the upgrade, any checkout or order flow still relying on it will fail because the gateway is no longer registered.

Migration steps​

  1. Stop using the plugin before upgrading. Disable Authorize.net as an active payment method in all channels that reference it, and confirm no in-flight checkouts depend on it.
  2. Migrate to another payment gateway. Saleor recommends integrating a Payment App instead — see the Payment Apps overview and How to Build a Payment App for guidance. Existing options include the Stripe App or any third-party Payment App from the App Store.