Activities of "maliming"

Awesome! 👍

hi

I think it is case-sensitive. You can try to override the StripePaymentGateway to make it case-insensitive.

typeof(StripePaymentGateway)

public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<PaymentOptions>(options =>
    {
        options.Gateways.Add(
            new PaymentGatewayConfiguration(
                StripeConsts.GatewayName,
                new FixedLocalizableString("Stripe"),
                isSubscriptionSupported: true,
                typeof(StripePaymentGateway)
            )
        );
    });
}

We will fix it in the next version.

Thanks.

hi

The Dashboard source code in your project. Can you try to add [Authorize(Your_Permission_Name)].

[Authorize(Your_Permission_Name)]
public class HostDashboardModel

And AuthorizePage to specify razor page.

Configure<RazorPagesOptions>(options =>
{
    options.Conventions.AuthorizePage("/Identity/Users/Index", Your_Permission_Name);
});

Not yet. Can you share it via https://wetransfer.com/ ?

You can leave the wetransfer URL here.

Thanks.

hi

Can you share your test project via https://wetransfer.com/?

liming.ma@volosoft.com

Thanks.

hi

Can you try to kill all dotnet and abp-suite and try again?

pkill -f dotnet pkill -f abp-suite

Answer

Sorry for that. It works now. your ticket has been refunded.

Sorry for that. It works now. We will try to keep it always online.


You can avoid this by putting the packages into a folder and adding a new nuget local source.

Of course we will try to keep the nuget server available

Thanks, your ticket has been refunded.

Thanks.

ok, I will check it asap. Thanks

Showing 3331 to 3340 of 11541 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.