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
it shows nothing on console, not even a single request in network
hi
What is the submit URL? is it
HTTPS?
Yes its https://localhost:44359/paymentsuccess
Hi i am trying to get PayU response on a success or fail page using PayU success/fail URL
but after redirection a am facing this issue in all the browser.
i have investigated this issue but was not able to find any solution

Also is there any way i can call the controller directly with the response from PayU using Success url
Acutally it was on main project .Above issue is resolved now. It was due to some naming issue.
Hi i just created a custom controller and app service but facing this error in runtime. How can i fix this?
DependencyResolutionException: None of the constructors found on type 'abc.Controllers.PayU.PaymentController' can be invoked with the available services and parameters:
Cannot resolve parameter 'abc.PayU.IPayUPaymentAppService payUPaymentAppService' of constructor 'Void .ctor(abc.PayU.IPayUPaymentAppService)'.
hi
We haven't implemented the latest PayU yet.
So how can i revert it back i can remove code implementation manually but what about the migration. i have some changes after adding migration
Hi I wanted to implement the latest one the above mentioned one was last updated in 2016. and I think their are some restriction based on account creation date.so could you please help me to integrate the latest one.
I tried with your implementation firstly i was getting invalid account then i am getting access not permitted.
hi
I have tested it, and there is no problem.
I want to use it in public website will you please help me to configure it in **public web **project instead of web project. Configuration and implementation will be same or different in web.public project?
I have client id as "xxxxxxxxxxxxxxxxxx" and client secret "xxxxxxxxxxxxxxxxxxxx" where it will be used
I tried to run db migrator with your changes in Payment demo project i am getting following error.
[12:12:55 INF] Creating initial migration... ABP CLI 8.2.0 DbMigrator is not found! System.Exception: DbMigrator is not found! at Volo.Abp.Cli.Commands.CreateMigrationAndRunMigratorCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\CreateMigrationAndRunMigratorCommand.cs:line 44 at Volo.Abp.Cli.CliService.RunInternalAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 173 at Volo.Abp.Cli.CliService.RunAsync(String[] args) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 80 Unhandled exception. System.Exception: DbMigrator is not found! at Volo.Abp.Cli.Commands.CreateMigrationAndRunMigratorCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\CreateMigrationAndRunMigratorCommand.cs:line 44 at Volo.Abp.Cli.CliService.RunInternalAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 173 at Volo.Abp.Cli.CliService.RunAsync(String[] args) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 80 at Volo.Abp.Cli.Program.Main(String[] args) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli\Volo\Abp\Cli\Program.cs:line 43 at Volo.Abp.Cli.Program.(String[] args)
C:\Users\LENOVO\Desktop\AbpPayment\AbpPayment\src\PaymentDemo.DbMigrator\bin\Debug\net8.0\PaymentDemo.DbMigrator.exe (process 16976) exited with code -532462766.