Hi,
You can add other payment gateways as explained in here https://docs.abp.io/en/commercial/latest/modules/payment. Each payment gatewy has 2 NuGet packages. *.Domain and *.Web .
After adding the NuGet packages, you also need to configure the related payment gateway in your app's appsettings.json file.
ABP-LIC-0016
error should be gone when you try again.
Thanks,
Hi @learnabp
The logged in user is not the owner of the license. You can login with the owner user and add "learnabp" as the owner of the organization. One organization can have more than one owners.
Hi @learnabp
Yes, you can. Just follow https://docs.abp.io/en/commercial/latest/modules/payment to add pament module to your public website application. This document also contains a sample which you can use to create your own flow for Tenant payments on the public website.
Let me know if you face a problem while doing that.
Hi @learnabp
It doesn't support recurrin payments at the moment. We will improve documentation. In the meantime, could you explain which problem did you face while using it ?
Thanks,
Hi @michael.sudnik,
Could you try this again ? Your license end date is fixed.
Thanks,
Hi @ever,
Thank you for the detailed information. We will investigate this problem. The second one "Volo.Abp.AuditLogging.Domain" is not on our private NuGet but on nuget.org, see https://www.nuget.org/packages/Volo.Abp.AuditLogging.Domain/
As an alternative, you can use https://github.com/marketplace/actions/setup-nuget-exe-for-use-with-actions#caching, so your pipeline will not try to download same packages again every time.
Hi @ever
Could you share a time when you get 500 error ? We can investigate the logs on our side.
Thank you,
Hi @neurawitch
Could you check if you able to access links below;
https://nuget.abp.io/<API-KEY>/v3/package/Volo.Abp.Account.Pro.Public.Web.IdentityServer/index.json https://nuget.abp.io/<API-KEY>/v3/package/Volo.Abp.Account.Pro.Public.Application/index.json
Could you also share how do you create your project ? By default, Volo.CmsKit.Pro.Admin.Web package shouldn't be used in the created projects.
Thanks,
Hi,
Yes, it was donw for a while but it is up now.
Thank you
Hi,
Yes, Real-time notification system implementation will be similar to the one in AspNet Boilerplate. This is a high priority item of us but probably it will take a few months to be live for this feature.