hi
I want to use a payment method type (Twint) that only works for one-time payments and not for subscriptions. But I need to be able to offer both. This means that if a one-time payment is to be made, the PaymentMethodTypes Twint should be added. And if it is a payment for a subscription, this should not be in the list, otherwise it will result in an error message:
Can you share the screenshot of list
page?
I think you can only customize the list
page to do this.
hi
You can add permission claims to the current user and then get the claim in the EF Core DB context. This will be easier.
But this requires a dynamic claims system if you deny permission from a user.
https://abp.io/docs/latest/framework/fundamentals/authorization?_redirected=B8ABF606AA1BDF5C629883DF1061649A#claims-principal-factory https://abp.io/docs/latest/framework/fundamentals/dynamic-claims?_redirected=B8ABF606AA1BDF5C629883DF1061649A
hi
Use abp clean
command to clear the project.
Then run dotnet build /graphbuild
command.
Can you share your logs of all projects first?
I want to check the logs.
Thanks.
hi.
We have an open-source microservice project. it is similar to Pro.
You can check this one.
https://github.com/abpframework/eShopOnAbp
https://abp.io/community/events/microservice-development-iv7d46ov
Hi, due to licensing differences, we cannot provide the source code for the microservice template project.
hi
Please check the CreateApplicationAsync
It should contain these lines: https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/OpenIddict/OpenIddictDataSeedContributor.cs#L350-L353
hi
Do you mean all source codes for Microservice?