Update payment status to enum and refactor update order handler
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -81,7 +81,7 @@ message UpdateUserOrderRequest
|
||||
int64 id = 1;
|
||||
// فیلدهای قدیمی (فعلاً برای سازگاری نگه داشته شدهاند)
|
||||
int64 amount = 2;
|
||||
int64 package_id = 3;
|
||||
google.protobuf.Int64Value package_id = 3;
|
||||
google.protobuf.Int64Value transaction_id = 4;
|
||||
bool payment_status = 5;
|
||||
google.protobuf.Timestamp payment_date = 6;
|
||||
|
||||
Reference in New Issue
Block a user