|
494 | 494 | 26B98758273C5BE30090E8CA /* EditCustomerNoteViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26B98757273C5BE30090E8CA /* EditCustomerNoteViewModelProtocol.swift */; }; |
495 | 495 | 26B9875D273C6A830090E8CA /* SimplePaymentsNoteViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26B9875C273C6A830090E8CA /* SimplePaymentsNoteViewModel.swift */; }; |
496 | 496 | 26B9875F273CB6AA0090E8CA /* SimplePaymentsNoteViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26B9875E273CB6AA0090E8CA /* SimplePaymentsNoteViewModelTests.swift */; }; |
| 497 | + 26C6439327B5DBE900DD00D1 /* OrderSynchronizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C6439227B5DBE900DD00D1 /* OrderSynchronizer.swift */; }; |
497 | 498 | 26C6E8E026E2B7BD00C7BB0F /* CountrySelectorViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C6E8DF26E2B7BD00C7BB0F /* CountrySelectorViewModel.swift */; }; |
498 | 499 | 26C6E8E426E2D87C00C7BB0F /* CountrySelectorViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C6E8E326E2D87C00C7BB0F /* CountrySelectorViewModelTests.swift */; }; |
499 | 500 | 26C6E8E626E6B5F500C7BB0F /* StateSelectorViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C6E8E526E6B5F500C7BB0F /* StateSelectorViewModel.swift */; }; |
|
2115 | 2116 | 26B98757273C5BE30090E8CA /* EditCustomerNoteViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditCustomerNoteViewModelProtocol.swift; sourceTree = "<group>"; }; |
2116 | 2117 | 26B9875C273C6A830090E8CA /* SimplePaymentsNoteViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimplePaymentsNoteViewModel.swift; sourceTree = "<group>"; }; |
2117 | 2118 | 26B9875E273CB6AA0090E8CA /* SimplePaymentsNoteViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimplePaymentsNoteViewModelTests.swift; sourceTree = "<group>"; }; |
| 2119 | + 26C6439227B5DBE900DD00D1 /* OrderSynchronizer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrderSynchronizer.swift; sourceTree = "<group>"; }; |
2118 | 2120 | 26C6E8DF26E2B7BD00C7BB0F /* CountrySelectorViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountrySelectorViewModel.swift; sourceTree = "<group>"; }; |
2119 | 2121 | 26C6E8E326E2D87C00C7BB0F /* CountrySelectorViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountrySelectorViewModelTests.swift; sourceTree = "<group>"; }; |
2120 | 2122 | 26C6E8E526E6B5F500C7BB0F /* StateSelectorViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateSelectorViewModel.swift; sourceTree = "<group>"; }; |
|
4474 | 4476 | path = Summary; |
4475 | 4477 | sourceTree = "<group>"; |
4476 | 4478 | }; |
| 4479 | + 26C6439127B5DBE900DD00D1 /* Synchronizer */ = { |
| 4480 | + isa = PBXGroup; |
| 4481 | + children = ( |
| 4482 | + 26C6439227B5DBE900DD00D1 /* OrderSynchronizer.swift */, |
| 4483 | + ); |
| 4484 | + path = Synchronizer; |
| 4485 | + sourceTree = "<group>"; |
| 4486 | + }; |
4477 | 4487 | 26C6E8E126E2D85300C7BB0F /* Addresses */ = { |
4478 | 4488 | isa = PBXGroup; |
4479 | 4489 | children = ( |
|
6484 | 6494 | children = ( |
6485 | 6495 | CCFC50542743BC0D001E505F /* NewOrder.swift */, |
6486 | 6496 | CCFC50582743E021001E505F /* NewOrderViewModel.swift */, |
| 6497 | + 26C6439127B5DBE900DD00D1 /* Synchronizer */, |
6487 | 6498 | AE264C05275A495E00B52996 /* FlowCoordinator */, |
6488 | 6499 | CC200BAF27847D9300EC5884 /* PaymentSection */, |
6489 | 6500 | CC53FB3627551A8700C4CA4F /* ProductsSection */, |
|
8241 | 8252 | CE32B11A20BF8E32006FBCF4 /* UIButton+Helpers.swift in Sources */, |
8242 | 8253 | 45BBFBC5274FDCE900213001 /* HubMenu.swift in Sources */, |
8243 | 8254 | 02A9BCD62737F73C00159C79 /* JetpackBenefitItem.swift in Sources */, |
| 8255 | + 26C6439327B5DBE900DD00D1 /* OrderSynchronizer.swift in Sources */, |
8244 | 8256 | CE0F17D222A8308900964A63 /* FancyAlertController+PurchaseNote.swift in Sources */, |
8245 | 8257 | E1BAAEA026BBECEF00F2C037 /* ButtonStyles.swift in Sources */, |
8246 | 8258 | CC13C0CB278E021300C0B5B5 /* AddProductVariationToOrderViewModel.swift in Sources */, |
|
0 commit comments