Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Roc committed Jun 21, 2019
1 parent 6f17adc commit 9f24c30
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 113 deletions.
6 changes: 4 additions & 2 deletions Payment.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{DD8CC860-F3E3-40F4-8A8F-20BF66EA051C}"
EndProject
Expand All @@ -26,6 +26,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution-items", "solution-items", "{E2D9A588-E676-446B-BE7B-B3AAAD9FC9B6}"
ProjectSection(SolutionItems) = preProject
common.props = common.props
LICENSE = LICENSE
README.MD = README.MD
EndProjectSection
EndProject
Global
Expand Down
13 changes: 4 additions & 9 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Payment](https://raw.githubusercontent.com/Essensoft/Payment/master/images/Payment-Title.png)
![Payment](https://raw.githubusercontent.com/essensoft/media/master/images/github/payment.png)

## 简介

Expand Down Expand Up @@ -59,25 +59,20 @@ Essensoft.AspNetCore.Payment.Security | [![NuGet](https://img.shields.io/n

## 开发环境
* Windows 10
* VS2017 15.9.3
* .NET Core 2.2、.NET Core 2.1
* VS2019

## 运行环境
* .NET Core 2.1+
* .NET Core 2.2、.NET Core 2.1

## 使用方式

* [配置参数(支持多商户)](docs/Configuration.md)

* [配置HttpClient(支持API证书)](docs/Using-HttpClient.md)

* [查看示例项目](samples/WebApplicationSample)

----

## 打赏

![Payment](https://raw.githubusercontent.com/Essensoft/Payment/master/images/QrCode.png)
![Payment](https://raw.githubusercontent.com/essensoft/media/master/images/github/qrcode.png)

---

Expand Down
8 changes: 4 additions & 4 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<NoWarn>$(NoWarn);CS1570;CS1591</NoWarn>
<Description>Essensoft.AspNetCore.Payment</Description>
<Copyright>© Essensoft 2019</Copyright>
<PackageIconUrl>https://raw.githubusercontent.com/Essensoft/Payment/master/images/Payment.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Essensoft/Payment</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/essensoft/media/master/images/nuget/payment.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/essensoft/payment</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Essensoft/Payment</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/Essensoft/Payment/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/essensoft/payment</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/essensoft/payment/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
Expand Down
62 changes: 0 additions & 62 deletions docs/Configuration.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/Using-HttpClient.md

This file was deleted.

Binary file removed images/Payment-Title.png
Binary file not shown.
Binary file removed images/Payment.png
Binary file not shown.
2 changes: 1 addition & 1 deletion samples/WebApplicationSample/Views/Home/Gratuity.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ViewData["Title"] = "打赏";
}
<div align="center">
<img src="~/images/payment.png">
<img src="~/images/qrcode.png">
<hr />
<p>感谢你对本项目的支持!!!</p>
</div>
Binary file not shown.
Binary file modified samples/WebApplicationSample/wwwroot/images/payment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 9f24c30

Please sign in to comment.