Activities of "devsumati"

Answer

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

Answer

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.

Answer

Thanks for answer. but it is not complete information what i have asked. Please provide me a sample project or complete implementation guide. thanks

Answer

hi

If you only have one payment method, the GatewaySelection page automatically redirects you to PaymentUrl.

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 I am running it in local in release mode and it carries all the headers.

hi devsumati

Please output the HTTP request info to the logs in your Controllers

You can inject the ILogger<Controller> and write the headers 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

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

Showing 31 to 40 of 41 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 12, 2025, 10:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.