hi
And what can we do to prevent this pop up.
I will ask our angular team.
do someone has to enter the user name.
Yes, To avoid enumerating all users in the system, we need to input the username manually.
which is not correct as we had to change the code.
What code do you have to change? Is this it? https://abp.io/docs/commercial/8.1/modules/account/impersonation#angular
Maybe we miss some code in the new template.
hi
Does your Redis server work well?
Can you share the project so I can test it locally?
Thanks
ok, I will ask our angular team.
hi
Can you share a screenshot?
Would you want to remove it in both angular and MVC?
Thanks
hi
We will make entities and UI extensible in the next version.
However, you still need to override some built-in services and UI pages to meet your requirements.
Thank you
hi
AbpDbContextOptions
is standard IOptions<>
, and its singleton
by default.
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-8.0
https://github.com/dotnet/runtime/blob/release/8.0/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L26
Can you share a project to reproduce this?
liming.ma@volosoft.com
Thanks
hi
This feature depends on the Dynamic Claims feature of the ABP framework. https://abp.io/docs/latest/framework/fundamentals/dynamic-claims?_redirected=B8ABF606AA1BDF5C629883DF1061649A
Have you enabled it?
hi
Is there a way to get the source code of the StripePaymentGateway or the PaymentModule in general?
Please send an email to liming.ma@volosoft.com I will share the source code.
Enabling WebHooks Configuring Web Hooks is highly important for subscriptions otherwise your application won't be able to get subscription changes, such as canceled or updated states. Each gateway has its own configuration:
https://abp.io/docs/commercial/5.1/modules/payment#enabling-webhooks
Stripe will send a request to your website(yourdomain.com/payment/stripe/webhook
)
You can override the Volo.Payment.Stripe.Domain/Volo/Payment/Stripe/StripePaymentGateway.cs
to add more logic.
Please send the mail, I will share the source code.
ok, You can commit these to your repos.
but you can still access it if it isn't in the wwwroot folder
folder.