- ABP Framework version: v8.2.0
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
I want to configure and integrate PayU payment gateway in my solution. don't want to give option for gateway selection i only have PayU as gateway. I have installed the module in all the projects. How can i configure it in my web.public project pages.
40 Answer(s)
-
0
You will need to complete payu payment gateway payment it will automatically redirect to the desired success or failure url. once it is redirected it will show this page https://docs.payu.in/docs/integrate-with-payu-hosted-checkout
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Sorry but every thing is implemented on our main project. instead can you tell me how can i call a controller on page load itself with any type of parammeter. i believe payu posts its response. If I will be able to call controller method onload itself i think my problem will be solved.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
how can i call a controller on page load itself with any type of parameter.
You can add a
fromto your page and submit theformvia JS code.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
The package name of payment start with
Volo.PaymentPlease global search this keyword in your solution.
Remove them from the
csprojfiles, then build the solution. You will get some errors. Remove the payment-related code from the cs files until the build is successful.Finally, add new ef core migrations & update the database.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
