Skip to content

Commit

Permalink
Merge pull request #100 from EasyAbp/wechatpay-v3-jspayment
Browse files Browse the repository at this point in the history
refactor: Removed the test account's keys.
  • Loading branch information
real-zony committed Jan 7, 2024
2 parents 038abf3 + 6d6afbc commit a70e20d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/Pay/EasyAbp.Abp.WeChat.Pay/EasyAbp.Abp.WeChat.Pay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@
<PackageReference Include="Volo.Abp.DistributedLocking.Abstractions" Version="$(AbpVersion)" />
</ItemGroup>

<ItemGroup>
<Folder Include="Services\BusinessCapability" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ namespace EasyAbp.Abp.WeChat.MiniProgram.Tests
{
public class AbpWeChatMiniProgramTestsConsts
{
public const string AppId = "wxe32e0204e9db0b1c";
public const string AppId = "";

public const string AppSecret = "19086866683797928dc708f9ec01aa29";
public const string AppSecret = "";

public const string JsCode = "";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace EasyAbp.Abp.WeChat.Official.Tests
{
public class AbpWeChatOfficialTestsConsts
{
public const string AppId = "wxe32e0204e9db0b1c";
public const string AppId = "";

public const string AppSecret = "19086866683797928dc708f9ec01aa29";
public const string AppSecret = "";
}
}

0 comments on commit a70e20d

Please sign in to comment.