feat: Magic Wallet Phase 6 + Daya restriction + purchase cycle count
- ActivateClubMembershipCommandHandler: block activation in Magic mode - CheckAndProcessDayaLoansCommandHandler: reject Daya after first cycle - userwallet.proto: add purchase_cycle_count to GetMagicWalletStatusResponse - UserWalletService: query ClubMembershipCycles count for cycle info - EF Migration u21: ClubMembershipCycle table + UserWallet Magic fields
This commit is contained in:
@@ -240,4 +240,5 @@ message GetMagicWalletStatusResponse
|
||||
int64 magic_remaining_deposit = 5;
|
||||
int64 balance = 6;
|
||||
google.protobuf.Timestamp magic_activated_at = 7;
|
||||
int32 purchase_cycle_count = 8; // تعداد دورهای خرید پکیج (0 = هنوز هیچ دوری تکمیل نشده)
|
||||
}
|
||||
Reference in New Issue
Block a user