You can try:
[DependsOn(
typeof(AbpAspNetCoreComponentsWebLeptonXThemeModule)
)]
public class YourWebMoule : AbpModule
The saas module is already installed by default in the startup template
Hi,
The commercial package can't be debugged because it is encrypted.
Or you can reference commercial module with source code.
Hi,
I can reproduce the problem. we will fix it in the next patch version
Hi,
The Payment module is designed for the Host side.
If you want to use it in tenants, you need to customize the source code.
You can download the payment module source code via the ABP suite.
Change the ConfigurePayment method
You can define payment configuration settings and have them read every time you use them, for example:
https://github.com/abpframework/abp/blob/10f756bae69a72ba5741dcd10758ee3d8f5cd724/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/AbpIdentityOptionsManager.cs#L11
https://github.com/abpframework/abp/blob/10f756bae69a72ba5741dcd10758ee3d8f5cd724/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/AbpIdentityDomainModule.cs#L72
https://github.com/abpframework/abp/blob/10f756bae69a72ba5741dcd10758ee3d8f5cd724/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs#L98
Hi,
I could not reproduce the problem.
From what I can see, there is nothing mentioned in the logs even after setting suite logging verbosity to verbose. I am unsure of *exact *reproduction steps, but this has happened on 3 individual projects (I can share each json file if you want)
yes, please share the json files with me via email, shiwei.liang@volosoft.com
I will check it.
Hi,
you can configuration using the OpenIddictDataSeeder. and run the DbMigrator
https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice#configuration-using-the-openiddictdataseeder-1
Hi
I will check it