Ends in:
7 DAYS
10 HRS
45 MIN
55 SEC
Ends in:
7 D
10 H
45 M
55 S

Activities of "devsumati"

Answer

Hi Maliming, Is there any update.

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

Question
  • 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.

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

Showing 31 to 40 of 44 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06