Skip to content

Commit 7e03b17

Browse files
committed
v1.0.0
1 parent 9e76f47 commit 7e03b17

File tree

3 files changed

+69
-3
lines changed

3 files changed

+69
-3
lines changed

OS_PayPlug.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<None Include="app.config" />
9999
<None Include="DNNpackager.dnnpack" />
100100
<None Include="notify.ashx" />
101+
<None Include="OS_PayPlug.dnn" />
101102
<None Include="README.md" />
102103
<None Include="Themes\config\default\methodselection.cshtml" />
103104
<None Include="Themes\config\default\payment_fail.cshtml" />
@@ -122,7 +123,6 @@
122123
<ItemGroup />
123124
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124125
<PropertyGroup>
125-
<PostBuildEvent>
126-
DNNpackager.exe $(ProjectDir) $(ProjectDir)$(OutDir) $(ConfigurationName)</PostBuildEvent>
126+
<PostBuildEvent>DNNpackager.exe $(ProjectDir) $(ProjectDir)$(OutDir) $(ConfigurationName)</PostBuildEvent>
127127
</PropertyGroup>
128128
</Project>

OS_PayPlug.dnn

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="OSPayPlug" type="Module" version="1.1.1">
4+
<friendlyName>OSPayPlug</friendlyName>
5+
<description>OSPayPlug: Payment provider for open-Store</description>
6+
<iconFile />
7+
<owner>
8+
<name>David Lee</name>
9+
<organization>Nevoweb</organization>
10+
<url>www.nevoweb.com</url>
11+
<email>[email protected]</email>
12+
</owner>
13+
<license>
14+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
15+
YOU MAY NOT REDISTRIBUTE, NOT VIEW THE SOURCE CODE, NOT COPY THIS SOFTWARE.
16+
</license>
17+
<releaseNotes>v1.1.0</releaseNotes>
18+
<dependencies>
19+
<dependency type="CoreVersion">08.00.04</dependency>
20+
<dependency type="managedPackage" version="4.0.0">OS_ProductView</dependency>
21+
</dependencies>
22+
<components>
23+
<component type="ResourceFile">
24+
<resourceFiles>
25+
<basePath>DesktopModules\NBright\OS_PayPlug</basePath>
26+
<resourceFile>
27+
<name>Resource.zip</name>
28+
</resourceFile>
29+
</resourceFiles>
30+
</component>
31+
<component type="Assembly">
32+
<assemblies>
33+
<assembly>
34+
<path>bin</path>
35+
<name>OS_PayPlug.dll</name>
36+
<sourceFileName>OS_PayPlug.dll</sourceFileName>
37+
</assembly>
38+
</assemblies>
39+
</component>
40+
<component type="File">
41+
<files>
42+
<basePath>DesktopModules\NBright\NBrightBuy\Plugins</basePath>
43+
<file>
44+
<path></path>
45+
<name>pluginconfig.xml</name>
46+
<sourceFileName>pluginconfig.xml</sourceFileName>
47+
</file>
48+
</files>
49+
</component>
50+
</components>
51+
</package>
52+
</packages>
53+
</dotnetnuke>

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# OS_PayPlug
1+
# OS_PayPlug
2+
3+
PayPlug Payment provider for OpenStore.
4+
5+
https://docs.payplug.com/
6+
7+
8+
#### Development
9+
10+
The source uses the DNNpackager project to auto build the installpackage.
11+
12+
It also allows seperate source, which copies the required file to the test installation.
13+
14+
https://github.com/leedavi/DNNpackager

0 commit comments

Comments
 (0)