Activities of "maliming"

hi

Can you add the AutoFac module dependency?

https://abp.io/docs/latest/framework/fundamentals/autofac-integration

Thanks.

hi

Rename it to MyStripePaymentGateway and add it to Gateways.

Configure<PaymentOptions>(options =>
{
    options.Gateways.RemoveAll(x => x.Key == StripeConsts.GatewayName)
    
    options.Gateways.Add(
        new PaymentGatewayConfiguration(
            StripeConsts.GatewayName,
            new FixedLocalizableString("Stripe"),
            isSubscriptionSupported: true,
            typeof(MyStripePaymentGateway)
        )
    );
});

Thanks. 🙏

https://abp.io/docs/latest/framework/ui/angular/environment#remoteenvironment

hi

You can enable it in Tenant and disable it on the host side.

Thanks.

Answer

hi

You can add a hybrid implementation of IEmailSender.

Inject the MailKitSmtpEmailSender and SmtpEmailSender into your hybrid class.

Check the current tenant ID to determine which one to use for sending the email.

Thanks.

hi

We will fix it in the next patch version.

You can override the MenuFilterComponent to replace it.

Thanks.

hi

I have sent the source code.

You can add your custom field in the StripePaymentGateway service.

Thanks.

hi

Can you share your contributor and microservice tempate service DataSeeder class code?

Thanks.

hi

We will improve it in the next 9.3.x patch version.

Thanks.

hi

The LeptonX theme features a simple demo page that explains how to use it with the LeptonX.

If you need to use it, you might need its license, but it depends on how you use it, the LeptonX license does not include the FullCalendar license.

Thanks.

Showing 951 to 960 of 12032 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.3.0-preview. Updated on February 27, 2026, 05:41
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.