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
GatewaySelectionpage 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
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
ControllersYou can inject the
ILogger<Controller>and write theheadersto 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
Hi maliming, I am using same database and user in local it is working perfectly so i don't think it is related to permission. It is throwing exception only when it is deployed in azure web app. and i think problem is coming due to "MS-ASPNETCORE-TOKEN' does not match the expected pairing token '824e115b-0788-4d57-a6e3-f8eff97b788c', request rejected." and i am not able to find solution for this.
I will share full log with MinimumLevel.Debug as soon as it is deployed with changes in azure. Thanks
so how can i solve the issue. i can not find "UseIISIntegration" in my code and i am using "inprocess" hosting model in webconfig also i have already tried "OutOfProcess". But the issue is same. whenever i try to open anything it says unauthorized.
please suggest what should i change and where should i change.
Thanks