Hi @marketbus, the payment module is available for MVC (public and admin sides), Blazor Server and Blazor Wasm (admin side) .
Hi @AndrewT, We're still working on it, but I can't give you a deadline because of its limitations. You can follow this issue to track the progress.
Hi @malfaqeeh48, can you check this community article? In this community article basically described how you can integrate the Synfusion components into your Blazor.Server application.
Hi @richward, temporal tables is an EF Core 6 feature as you've mentioned. So you need to upgrade your project to v5.0.0-rc.1 to be able to use it.
Follow the migration guide documentations to upgrade your project v4.4.0 to v5.0.0-rc.1.
Hi @AndrewT, Tenant/User impersonation is available for all project types except Blazor WASM because of the limitations.
You're welcome :)
Hi @easonyang,is there AbpLicenseCode key in your appsettings.secrets.json file?
Hi @LawrenceKwan, I will try and write you back asap.
Hi @serdar.genc@talentra.net, if you need to update the jquery version to 3.6.0, you can add a resolutions section to your package.json file and specify the version of the package you want. Then run the yarn install && gulp command on your terminal.
For more info about resolutions system of yarn, see here
{
    "name": "Acme.BookStore",
    "dependencies": {
      //...
    }
    "resolutions": {
        "jQuery": "3.6.0",
    }
}
                        I will try your instruction.
After following the steps, you can close the question if it works, if you still got problem please don't hesitate to write back.