Add project files.
This commit is contained in:
2
TriggerPrintReceipt/Program.cs
Normal file
2
TriggerPrintReceipt/Program.cs
Normal file
@@ -0,0 +1,2 @@
|
||||
HttpClient client = new HttpClient();
|
||||
await client.PostAsync("https://api.stage.gastrojames.ch/api/Payment/6863e5735b563a60260367fa/print",new StringContent(""));
|
||||
10
TriggerPrintReceipt/TriggerPrintReceipt.csproj
Normal file
10
TriggerPrintReceipt/TriggerPrintReceipt.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user