Install
This section presents installation instructions.
Nuget
- If you already have PayEx installed, back up the Litium.Studio.AddOns.PayEx.dll.config file from wwwroot.
- Open Visual Studio and your solution.
- Open Package Manager Console on the Tools > NuGet Package Manager menu. If you have multiple projects in the solution, ensure that the web application project is selected as Default project in Package Manager Console.
- Install the nuget-packages with the following commands in Package Manager Console:
Install-Package Litium.Studio.AddOns.PayEx
Install-Package Litium.Studio.AddOns.PayEx.UI
If you have a old webforms project, and using PayEx AddOn webcontrols then you need additionally following.
Install-Package Litium.Studio.AddOns.PayEx.WebControls
- Update the Litium.Studio.AddOns.PayEx.dll.config found in wwwroot and enter your configuration options.