Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v3.3.1
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:
Hi There,
I am adding volo.payment module in my existing solution but when process completes and i saw in '../Modules/Volo.Payment/Source' folder there are 4 projects missing from this folder and which is creating compile errors when i try to compile the full solution. The projects which are missing are
- volo.payment.web
- volo.payment.TwoCheckout.web
- volo.payment.PayU.Domain
- volo.payment.MongoDB Also its not add in any folder under '../Angular/Projects' folder. This folder suppose to have Angular UI, resource and code files.
I tried to add solutions and modules in both ways i.e using CLI and from Abp suite. But from both ways its not working. Please help me on this.
1 Answer(s)
-
1
Hi,
Payment module doesn't have an Angular UI. See
UI Frameworks
section in Payment Module PageTo have full source code of the module (without missing any packages), you can run
abp get-source Volo.Payment
command or download it from Abp Suite modules page.