|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 012848DC2D9ED55B00A9C69B /* SettingStoreMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012848DB2D9ED55700A9C69B /* SettingStoreMethods.swift */; }; |
| 11 | + 012848DE2D9EDAC100A9C69B /* MockCouponStoreMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012848DD2D9EDAC100A9C69B /* MockCouponStoreMethods.swift */; }; |
| 12 | + 012848E22D9EDF2D00A9C69B /* MockSettingStoreMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012848E12D9EDF2D00A9C69B /* MockSettingStoreMethods.swift */; }; |
10 | 13 | 0139C2B02D91D1C600C78FDE /* POSCart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0139C2AF2D91D1C400C78FDE /* POSCart.swift */; }; |
11 | 14 | 016A776B2D9D30C90004FCD6 /* PointOfSaleCouponServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016A776A2D9D30C10004FCD6 /* PointOfSaleCouponServiceTests.swift */; }; |
12 | | - 016A89D82D9D6DB50004FCD6 /* CouponService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016A89D72D9D6DAE0004FCD6 /* CouponService.swift */; }; |
| 15 | + 016A89D82D9D6DB50004FCD6 /* CouponStoreMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016A89D72D9D6DAE0004FCD6 /* CouponStoreMethods.swift */; }; |
13 | 16 | 016EFCAE2C4155650016BDAA /* OrderItem+BasePrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016EFCAD2C4155650016BDAA /* OrderItem+BasePrice.swift */; }; |
14 | 17 | 016EFCB02C41559D0016BDAA /* OrderItem+BasePriceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016EFCAF2C41559D0016BDAA /* OrderItem+BasePriceTests.swift */; }; |
15 | 18 | 01AAD8122D92DE110081D60B /* CouponsError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01AAD8112D92DE0F0081D60B /* CouponsError.swift */; }; |
|
556 | 559 | /* End PBXCopyFilesBuildPhase section */ |
557 | 560 |
|
558 | 561 | /* Begin PBXFileReference section */ |
| 562 | + 012848DB2D9ED55700A9C69B /* SettingStoreMethods.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingStoreMethods.swift; sourceTree = "<group>"; }; |
| 563 | + 012848DD2D9EDAC100A9C69B /* MockCouponStoreMethods.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockCouponStoreMethods.swift; sourceTree = "<group>"; }; |
| 564 | + 012848E12D9EDF2D00A9C69B /* MockSettingStoreMethods.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockSettingStoreMethods.swift; sourceTree = "<group>"; }; |
559 | 565 | 0139C2AF2D91D1C400C78FDE /* POSCart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = POSCart.swift; sourceTree = "<group>"; }; |
560 | 566 | 016A776A2D9D30C10004FCD6 /* PointOfSaleCouponServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointOfSaleCouponServiceTests.swift; sourceTree = "<group>"; }; |
561 | | - 016A89D72D9D6DAE0004FCD6 /* CouponService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponService.swift; sourceTree = "<group>"; }; |
| 567 | + 016A89D72D9D6DAE0004FCD6 /* CouponStoreMethods.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponStoreMethods.swift; sourceTree = "<group>"; }; |
562 | 568 | 016EFCAD2C4155650016BDAA /* OrderItem+BasePrice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrderItem+BasePrice.swift"; sourceTree = "<group>"; }; |
563 | 569 | 016EFCAF2C41559D0016BDAA /* OrderItem+BasePriceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrderItem+BasePriceTests.swift"; sourceTree = "<group>"; }; |
564 | 570 | 01AAD8112D92DE0F0081D60B /* CouponsError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponsError.swift; sourceTree = "<group>"; }; |
|
1118 | 1124 | 016A89D42D9D6D980004FCD6 /* Helpers */ = { |
1119 | 1125 | isa = PBXGroup; |
1120 | 1126 | children = ( |
1121 | | - 016A89D72D9D6DAE0004FCD6 /* CouponService.swift */, |
| 1127 | + 012848DB2D9ED55700A9C69B /* SettingStoreMethods.swift */, |
| 1128 | + 016A89D72D9D6DAE0004FCD6 /* CouponStoreMethods.swift */, |
1122 | 1129 | ); |
1123 | 1130 | path = Helpers; |
1124 | 1131 | sourceTree = "<group>"; |
|
1998 | 2005 | B5C9DE1D2087FF20006B910A /* Mocks */ = { |
1999 | 2006 | isa = PBXGroup; |
2000 | 2007 | children = ( |
| 2008 | + 012848E12D9EDF2D00A9C69B /* MockSettingStoreMethods.swift */, |
| 2009 | + 012848DD2D9EDAC100A9C69B /* MockCouponStoreMethods.swift */, |
2001 | 2010 | 20CF75B72CF4C3AD00ACCF4A /* MockPOSOrdersRemote.swift */, |
2002 | 2011 | 6801E41B2D1007D000F9DF46 /* MockPOSReceiptsRemote.swift */, |
2003 | 2012 | 207D2D1C2CFA0CEF00F79204 /* MockPOSOrderableItem.swift */, |
|
2408 | 2417 | CE4FD4522350FB5400A16B31 /* OrderItemTaxRefund+ReadOnlyConvertible.swift in Sources */, |
2409 | 2418 | 31A89EE6278CC38F002A588E /* StripeAccount+PaymentGatewayAccount.swift in Sources */, |
2410 | 2419 | 02FF055223D983F30058E6E7 /* MediaExportService.swift in Sources */, |
2411 | | - 016A89D82D9D6DB50004FCD6 /* CouponService.swift in Sources */, |
| 2420 | + 016A89D82D9D6DB50004FCD6 /* CouponStoreMethods.swift in Sources */, |
2412 | 2421 | 45010695239A6CDE00E24722 /* TaxAction.swift in Sources */, |
2413 | 2422 | B9DFE4C02AA2136100174004 /* TaxRate+ReadOnlyConvertible.swift in Sources */, |
2414 | 2423 | 03FBDA222631521100ACE257 /* CouponAction.swift in Sources */, |
|
2629 | 2638 | B93E03282A960CAD009CA9C1 /* TaxBasedOnSetting.swift in Sources */, |
2630 | 2639 | CE12FBDB221F406100C59248 /* OrderStatus+ReadOnlyConvertible.swift in Sources */, |
2631 | 2640 | 74D42DBC221C983F00B4977D /* ShipmentTracking+ReadOnlyConvertible.swift in Sources */, |
| 2641 | + 012848DC2D9ED55B00A9C69B /* SettingStoreMethods.swift in Sources */, |
2632 | 2642 | 247CE87A258332B400F9D9D1 /* MockNotificationActionHandler.swift in Sources */, |
2633 | 2643 | CCCF3A8129C07DD9001D3507 /* ProductBundleItem+ReadOnlyConvertible.swift in Sources */, |
2634 | 2644 | B9AECD3E2850F41100E78584 /* OrderCardPresentPaymentEligibilityAction.swift in Sources */, |
|
2849 | 2859 | DE87F40C2D2F839700869522 /* AppSettingsStoreTests+ProductFilterHistory.swift in Sources */, |
2850 | 2860 | 20D210C12B177EEF0099E517 /* WooPaymentsPayoutServiceTests.swift in Sources */, |
2851 | 2861 | D87F615E2265B1BC0031A13B /* AppSettingsStoreTests.swift in Sources */, |
| 2862 | + 012848E22D9EDF2D00A9C69B /* MockSettingStoreMethods.swift in Sources */, |
2852 | 2863 | 207D2D1B2CFA06BD00F79204 /* POSCartItemTests.swift in Sources */, |
2853 | 2864 | 02E7FFD52562226B00C53030 /* ShippingLabelStoreTests.swift in Sources */, |
2854 | 2865 | 031FD8A026FC970400B315C7 /* RosettaTestingHelper.swift in Sources */, |
|
2867 | 2878 | 748525AC218A45360036DF75 /* NotificationStoreTests.swift in Sources */, |
2868 | 2879 | 26E5A09225A8A453000DF8F6 /* ProductAttributeTermStoreTests.swift in Sources */, |
2869 | 2880 | 020C908124C7D71D001E2BEB /* MockProductVariationsRemote.swift in Sources */, |
| 2881 | + 012848DE2D9EDAC100A9C69B /* MockCouponStoreMethods.swift in Sources */, |
2870 | 2882 | 020C907D24C729D6001E2BEB /* MockProductVariation.swift in Sources */, |
2871 | 2883 | 7499936820EFC0ED00CF01CD /* OrderNoteStoreTests.swift in Sources */, |
2872 | 2884 | 578CE7972475FD8200492EBF /* MockProductReview.swift in Sources */, |
|
0 commit comments