Refactor: Update Protobuf references to CMSMicroservice across multiple components
- Changed Protobuf imports from FrontOffice.BFF to CMSMicroservice in Profile components (EditAddressDialog, Index, PaymentCallback, Personal, Settings). - Updated CheckoutSummary, OrderDetail, OrderTracking, and Orders pages to use new UserOrder Protobuf definitions. - Refactored WalletService, PackageService, and other utility services to align with new Protobuf structure. - Adjusted appsettings.json for local development URL. - Removed unused validators and simplified validation logic in AuthDialog. - Enhanced ClubMembershipContractDialog to utilize new OtpToken service for OTP handling.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
@using MudBlazor
|
||||
@using FrontOffice.Main.Utilities
|
||||
@using DateTimeConverterCL
|
||||
@using CityProto = FrontOffice.BFF.City.Protobuf
|
||||
|
||||
|
||||
@inject NavigationManager Navigation
|
||||
@inject IDialogService DialogService
|
||||
|
||||
Reference in New Issue
Block a user