Update payment status to enum and refactor update order handler

This commit is contained in:
masoodafar-web
2025-11-28 04:03:12 +03:30
parent 067fe6cc0e
commit 698c044be6
5 changed files with 32 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.113</Version>
<Version>0.0.114</Version>
<DebugType>None</DebugType>
<DebugSymbols>False</DebugSymbols>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>