Open Closed

Payment Module not creating all projects when we add Payment module in project #551


User avatar
0
vikaschoudhary created

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

  1. volo.payment.web
  2. volo.payment.TwoCheckout.web
  3. volo.payment.PayU.Domain
  4. 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)
  • User Avatar
    1
    yekalkan created
    Support Team Fullstack Developer

    Hi,

    Payment module doesn't have an Angular UI. See UI Frameworks section in Payment Module Page

    To 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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11