Hi Maliming, Is there any update.
Hi maliming, I have created a application and sent you invite. https://github.com/adityanbajpai/AbpPayment Please add all the required code needed for payment gatway. please also add one button in public.web. On the click of this but payment gatway should be called.
After adding please let me know so that i can try that on my application. thankyou
hi
We don't have such a sample. You can try the steps and code above.
Then please provide complete implementation guide for payment gateway integration.
Thanks for answer. but it is not complete information what i have asked. Please provide me a sample project or complete implementation guide. thanks
hi
If you only have one payment method, the
GatewaySelection
page automatically redirects you toPaymentUrl
.https://abp.io/docs/commercial/8.1/modules/payment
Hi maliming, From the above documentation link i am unable to come to final output.
Can you please provide me clear steps for the configuration after module installation. Like how will it be configured in the page, what are the different settings we need to configure. The most important where and how will we add PayU credentials. If you can provide a sample project for MVC tiered web application with working redirection to payment gateway and return URL configuration will be great. Thanks
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.
hi
This is an environment/deployment problem, I have no experience.
Hi maliming, Could you please assign this ticket to the team who has experience related to this.
I one more question how can i deploy multiple inprocess app in same site.
Yes that's the problem I am trying to solve
hi devsumati
Please output the HTTP request info to the logs in your
Controllers
You can inject the
ILogger<Controller>
and write theheaders
to logs.var headers = HttpContext.Request.Headers .Select(header => header.Key + " : " + header.Value) .ToList()
abc.Controllers.Carts.CartController.GetListAsync (abc.HttpApi)' abc.Controllers.Categories.CategoryController.GetListAsync (abc.HttpApi)' abc.Controllers.Addresses.AddressController (abc.HttpApi).
I am unable to understand what you are trying to say. can you please send me detailed info for the same where to write the given code or a sample code with above configuratio.n