ABP Version 5.3 Migration Guide

This document is a guide for upgrading ABP 5.2 solutions to ABP 5.3. Please read them all since 5.3 has some changes you should take care of.

See the ABP Framework migration guide for the changes made in the ABP Framework.

Saas - Payment Module Dependency Improvements

  • Saas Module no longer depends on the Payment Module. Projects that depend on only the Saas module but use payment/subscription features should also add Volo.Payment.* module packages.

  • Solutions that include Saas Module and Payment Module together should configure AbpSaasPaymentOptions while migrating to v5.3 like below:

Configure<AbpSaasPaymentOptions>(options =>
{
    options.IsPaymentSupported = true;
});
C#

See Also

Contributors


Last updated: May 15, 2022 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

Community Talks

Real World Problems and Solutions with AI

27 Feb, 17:00
Online
Watch the Event
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book