Activities of "maliming"

hi

When I use Abp Cli to ceate static proxy It does not genrate Enum type under Dtos.

What was the command you were using?

abp generate-proxy ....

hi

Are you using LeptonX as the theme?

You can try to override the ThemeLanguageInfoProvider service and return an empty language list.

hi

Please share your logs.txt with me when the error occurs. liming.ma@volosoft.com

hi

There are no restrictions, as long as EF Core can read and write correctly.

hi

Please share the logs of this 500 error. liming.ma@volosoft.com

hi

How can I reproduce this with a new template project?

Your questions credits have been Refunded.

hi

We will fix this in 2.3 official version of Lepton.

hi

You can replace it, remove and add yours MyPayPalPaymentGateway.

Configure<PaymentOptions>(options =>
{
    options.Gateways.Add(
        new PaymentGatewayConfiguration(
            PayPalConsts.GatewayName,
            new FixedLocalizableString("PayPal"),
            isSubscriptionSupported: false,
            typeof(PayPalPaymentGateway)
        )
    );
});

But it doesn't work post-deployment.

hi

Did you get any error logs? You can use ILogger to output some logs.

EnqueueAsync will write a record to the database and return.

Showing 5881 to 5890 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20