Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d57391f694 | |||
| 0f50f6f761 | |||
| 26e08e49a3 | |||
| 33baf27a9a | |||
| e8cb47c007 | |||
| 13b542f0cf | |||
| a91dd920ff | |||
| 3e079a3726 | |||
| 8e81e0c0be | |||
| c801901930 | |||
| 7a0f8d96cc | |||
| 496f728670 |
@@ -8,7 +8,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.115.0" />
|
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.135.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
|
||||||
<PackageReference Include="Mediator.SourceGenerator" Version="3.0.2">
|
<PackageReference Include="Mediator.SourceGenerator" Version="3.0.2">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<!-- Lite Charms Libraries -->
|
<!-- Lite Charms Libraries -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="LiteCharms.Features" Version="1.115.0" />
|
<PackageReference Include="LiteCharms.Features" Version="1.135.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Shared Global Usings -->
|
<!-- Shared Global Usings -->
|
||||||
|
|||||||
@@ -26,11 +26,9 @@ data:
|
|||||||
PayfastSettings__CheckoutUrl: "https://sandbox.payfast.co.za/eng/process"
|
PayfastSettings__CheckoutUrl: "https://sandbox.payfast.co.za/eng/process"
|
||||||
PayfastSettings__ValidHosts__0: "www.payfast.co.za"
|
PayfastSettings__ValidHosts__0: "www.payfast.co.za"
|
||||||
PayfastSettings__ValidHosts__1: "sandbox.payfast.co.za"
|
PayfastSettings__ValidHosts__1: "sandbox.payfast.co.za"
|
||||||
PayfastSettings__ValidHosts__2: "w1w.payfast.co.za"
|
PayfastSettings__ValidHosts__2: "ips.payfast.co.za"
|
||||||
PayfastSettings__ValidHosts__3: "w2w.payfast.co.za"
|
PayfastSettings__ValidHosts__3: "api.payfast.co.za"
|
||||||
PayfastSettings__ValidHosts__4: "ips.payfast.co.za"
|
PayfastSettings__ValidHosts__4: "payment.payfast.io"
|
||||||
PayfastSettings__ValidHosts__5: "api.payfast.co.za"
|
|
||||||
PayfastSettings__ValidHosts__6: "payment.payfast.io"
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
|||||||
Reference in New Issue
Block a user