|
690 | 690 | DE34051B28BDF12C00CF0D97 /* jetpack-connection-url.json in Resources */ = {isa = PBXBuildFile; fileRef = DE34051A28BDF12C00CF0D97 /* jetpack-connection-url.json */; }; |
691 | 691 | DE34051D28BDF1C900CF0D97 /* JetpackConnectionURLMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE34051C28BDF1C900CF0D97 /* JetpackConnectionURLMapperTests.swift */; }; |
692 | 692 | DE34051F28BDFB0B00CF0D97 /* JetpackConnectionRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE34051E28BDFB0B00CF0D97 /* JetpackConnectionRemoteTests.swift */; }; |
| 693 | + DE42F95D2966CB6A00D514C2 /* order-notes-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DE42F95C2966CB6A00D514C2 /* order-notes-without-data.json */; }; |
| 694 | + DE42F9602967C88400D514C2 /* report-orders-total-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DE42F95E2967C88400D514C2 /* report-orders-total-without-data.json */; }; |
| 695 | + DE42F9612967C88400D514C2 /* report-orders-total.json in Resources */ = {isa = PBXBuildFile; fileRef = DE42F95F2967C88400D514C2 /* report-orders-total.json */; }; |
| 696 | + DE42F9632967C8B900D514C2 /* ReportOrderTotalsMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE42F9622967C8B900D514C2 /* ReportOrderTotalsMapperTests.swift */; }; |
693 | 697 | DE50295928C5BD0200551736 /* JetpackUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE50295828C5BD0200551736 /* JetpackUser.swift */; }; |
694 | 698 | DE50295B28C5F99700551736 /* DotcomUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE50295A28C5F99700551736 /* DotcomUser.swift */; }; |
695 | 699 | DE50295D28C6068B00551736 /* JetpackUserMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE50295C28C6068B00551736 /* JetpackUserMapper.swift */; }; |
|
725 | 729 | DEF13C562965689F0024A02B /* LeaderboardListMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEF13C552965689F0024A02B /* LeaderboardListMapperTests.swift */; }; |
726 | 730 | DEF13C5A296571150024A02B /* leaderboards-year-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DEF13C59296571150024A02B /* leaderboards-year-without-data.json */; }; |
727 | 731 | DEF13C5C2965812D0024A02B /* order-stats-v4-year-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DEF13C5B2965812D0024A02B /* order-stats-v4-year-without-data.json */; }; |
| 732 | + DEF13C5E296686AB0024A02B /* orders-load-all-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DEF13C5D296686AB0024A02B /* orders-load-all-without-data.json */; }; |
| 733 | + DEF13C6029668C420024A02B /* order-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = DEF13C5F29668C420024A02B /* order-without-data.json */; }; |
728 | 734 | DEFBA74E29485A7600C35BA9 /* RESTRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFBA74D29485A7600C35BA9 /* RESTRequest.swift */; }; |
729 | 735 | DEFBA7542949CE6600C35BA9 /* RequestProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFBA7532949CE6600C35BA9 /* RequestProcessor.swift */; }; |
730 | 736 | DEFBA7562949D17400C35BA9 /* DefaultRequestAuthenticatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEFBA7552949D17300C35BA9 /* DefaultRequestAuthenticatorTests.swift */; }; |
|
1493 | 1499 | DE34051A28BDF12C00CF0D97 /* jetpack-connection-url.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "jetpack-connection-url.json"; sourceTree = "<group>"; }; |
1494 | 1500 | DE34051C28BDF1C900CF0D97 /* JetpackConnectionURLMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JetpackConnectionURLMapperTests.swift; sourceTree = "<group>"; }; |
1495 | 1501 | DE34051E28BDFB0B00CF0D97 /* JetpackConnectionRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JetpackConnectionRemoteTests.swift; sourceTree = "<group>"; }; |
| 1502 | + DE42F95C2966CB6A00D514C2 /* order-notes-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "order-notes-without-data.json"; sourceTree = "<group>"; }; |
| 1503 | + DE42F95E2967C88400D514C2 /* report-orders-total-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = "report-orders-total-without-data.json"; path = "NetworkingTests/Responses/report-orders-total-without-data.json"; sourceTree = SOURCE_ROOT; }; |
| 1504 | + DE42F95F2967C88400D514C2 /* report-orders-total.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = "report-orders-total.json"; path = "NetworkingTests/Responses/report-orders-total.json"; sourceTree = SOURCE_ROOT; }; |
| 1505 | + DE42F9622967C8B900D514C2 /* ReportOrderTotalsMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReportOrderTotalsMapperTests.swift; sourceTree = "<group>"; }; |
1496 | 1506 | DE50295828C5BD0200551736 /* JetpackUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JetpackUser.swift; sourceTree = "<group>"; }; |
1497 | 1507 | DE50295A28C5F99700551736 /* DotcomUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DotcomUser.swift; sourceTree = "<group>"; }; |
1498 | 1508 | DE50295C28C6068B00551736 /* JetpackUserMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JetpackUserMapper.swift; sourceTree = "<group>"; }; |
|
1528 | 1538 | DEF13C552965689F0024A02B /* LeaderboardListMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeaderboardListMapperTests.swift; sourceTree = "<group>"; }; |
1529 | 1539 | DEF13C59296571150024A02B /* leaderboards-year-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "leaderboards-year-without-data.json"; sourceTree = "<group>"; }; |
1530 | 1540 | DEF13C5B2965812D0024A02B /* order-stats-v4-year-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "order-stats-v4-year-without-data.json"; sourceTree = "<group>"; }; |
| 1541 | + DEF13C5D296686AB0024A02B /* orders-load-all-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "orders-load-all-without-data.json"; sourceTree = "<group>"; }; |
| 1542 | + DEF13C5F29668C420024A02B /* order-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "order-without-data.json"; sourceTree = "<group>"; }; |
1531 | 1543 | DEFBA74D29485A7600C35BA9 /* RESTRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RESTRequest.swift; sourceTree = "<group>"; }; |
1532 | 1544 | DEFBA7532949CE6600C35BA9 /* RequestProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestProcessor.swift; sourceTree = "<group>"; }; |
1533 | 1545 | DEFBA7552949D17300C35BA9 /* DefaultRequestAuthenticatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultRequestAuthenticatorTests.swift; sourceTree = "<group>"; }; |
|
2114 | 2126 | EE80A24B29556F1D003591E4 /* Coupon */, |
2115 | 2127 | EE338A0A294AF92A00183934 /* AppliicationPassword */, |
2116 | 2128 | DE9DEEF4291CF1B40070AD7C /* site-plugin-without-envelope.json */, |
| 2129 | + DE42F95E2967C88400D514C2 /* report-orders-total-without-data.json */, |
| 2130 | + DE42F95F2967C88400D514C2 /* report-orders-total.json */, |
2117 | 2131 | DE2E8EA8295416C9002E4B14 /* wordpress-site-info.json */, |
2118 | 2132 | 028CB714290223CB00331C09 /* account-username-suggestions.json */, |
2119 | 2133 | 028CB71C2902589E00331C09 /* create-account-error-email-exists.json */, |
|
2200 | 2214 | B554FA8C2180B59700C54DFF /* notifications-load-hashes.json */, |
2201 | 2215 | AE2D6624272A941C004A2C3A /* null-data.json */, |
2202 | 2216 | B5C6FCD520A3768900A4F8E4 /* order.json */, |
| 2217 | + DEF13C5F29668C420024A02B /* order-without-data.json */, |
2203 | 2218 | 034480C227A42F9100DFACD2 /* order-with-charge.json */, |
2204 | 2219 | 02C254D62563999200A04423 /* order-shipping-labels.json */, |
2205 | 2220 | B559EBA920A0B5CD00836CD4 /* orders-load-all.json */, |
| 2221 | + DEF13C5D296686AB0024A02B /* orders-load-all-without-data.json */, |
2206 | 2222 | 74C8F06520EEB76400B6EDC9 /* order-notes.json */, |
| 2223 | + DE42F95C2966CB6A00D514C2 /* order-notes-without-data.json */, |
2207 | 2224 | CEF88DAA233E911A00BED485 /* order-fully-refunded.json */, |
2208 | 2225 | CEF88DAE233E9F7D00BED485 /* order-details-partially-refunded.json */, |
2209 | 2226 | D8FBFF2322D52815006E3336 /* order-stats-v4-daily.json */, |
|
2615 | 2632 | 68CB801328D8A05200E169F8 /* CustomerMapperTests.swift */, |
2616 | 2633 | 68F48B1028E3BBC60045C15B /* WCAnalyticsCustomerMapperTests.swift */, |
2617 | 2634 | EE338A0D294AF9BD00183934 /* ApplicationPasswordMapperTests.swift */, |
| 2635 | + DE42F9622967C8B900D514C2 /* ReportOrderTotalsMapperTests.swift */, |
2618 | 2636 | EEA658412966C41A00112DF0 /* ProductIDMapperTests.swift */, |
2619 | 2637 | EEA658472966CBAD00112DF0 /* EntityIDMapperTests.swift */, |
2620 | 2638 | ); |
|
2881 | 2899 | D865CE5F278CA183002C8520 /* stripe-payment-intent-requires-action.json in Resources */, |
2882 | 2900 | CCF48B2C2628AE160034EA83 /* shipping-label-account-settings.json in Resources */, |
2883 | 2901 | 31A451D927863A2E00FE81AA /* stripe-account-live-test.json in Resources */, |
| 2902 | + DE42F9602967C88400D514C2 /* report-orders-total-without-data.json in Resources */, |
2884 | 2903 | DE9DEEF5291CF1B40070AD7C /* site-plugin-without-envelope.json in Resources */, |
2885 | 2904 | 0261F5A928D4641500B7AC72 /* products-sku-search.json in Resources */, |
2886 | 2905 | EE80A24829547F8B003591E4 /* coupon-without-data.json in Resources */, |
|
2938 | 2957 | 3158FE6C26129D2E00E566B9 /* wcpay-account-rejected-terms-of-service.json in Resources */, |
2939 | 2958 | E16C59B928F927CA007D55BB /* iap-order-create.json in Resources */, |
2940 | 2959 | 31054728262E2FEE00C5C02B /* wcpay-payment-intent-canceled.json in Resources */, |
| 2960 | + DE42F9612967C88400D514C2 /* report-orders-total.json in Resources */, |
2941 | 2961 | 31A451CC27863A2E00FE81AA /* stripe-account-rejected-fraud.json in Resources */, |
2942 | 2962 | 31A451D827863A2E00FE81AA /* stripe-account-restricted-overdue.json in Resources */, |
2943 | 2963 | D865CE69278CA245002C8520 /* stripe-payment-intent-unknown-status.json in Resources */, |
|
3007 | 3027 | EE80A24729547F8B003591E4 /* coupons-all-without-data.json in Resources */, |
3008 | 3028 | 7412A8F021B6E416005D182A /* report-orders.json in Resources */, |
3009 | 3029 | CCF4346A2906C9C300B4475A /* products-ids-only-empty.json in Resources */, |
| 3030 | + DEF13C5E296686AB0024A02B /* orders-load-all-without-data.json in Resources */, |
3010 | 3031 | 4515282B257A8C010076B03C /* product-attribute-delete.json in Resources */, |
3011 | 3032 | 020C907B24C6E108001E2BEB /* product-variation-update.json in Resources */, |
3012 | 3033 | D8FBFF1822D4DDB9006E3336 /* order-stats-v4-hour.json in Resources */, |
|
3018 | 3039 | 261CF2CB255C50010090D8D3 /* payment-gateway-list-half.json in Resources */, |
3019 | 3040 | 02C254D72563999300A04423 /* order-shipping-labels.json in Resources */, |
3020 | 3041 | 45B204BC24890B1200FE6526 /* category.json in Resources */, |
| 3042 | + DEF13C6029668C420024A02B /* order-without-data.json in Resources */, |
3021 | 3043 | 022902D422E2436400059692 /* stats_module_disabled_error.json in Resources */, |
3022 | 3044 | 4513382827A96DE700AE5E78 /* inbox-note.json in Resources */, |
3023 | 3045 | 31A451D227863A2E00FE81AA /* stripe-account-restricted-pending.json in Resources */, |
|
3062 | 3084 | D8FBFF1522D3BE09006E3336 /* order-stats-v4-defaults.json in Resources */, |
3063 | 3085 | 7495AACF225D366D00801A89 /* variation-as-product.json in Resources */, |
3064 | 3086 | 0272E3FB254AABB800436277 /* order-with-line-item-attributes-before-API-support.json in Resources */, |
| 3087 | + DE42F95D2966CB6A00D514C2 /* order-notes-without-data.json in Resources */, |
3065 | 3088 | 31723C892787A299007F1405 /* stripe-connection-token.json in Resources */, |
3066 | 3089 | 74A1D266211898F000931DFA /* site-visits-year.json in Resources */, |
3067 | 3090 | 743BF8BE21191B63008A9D87 /* site-visits.json in Resources */, |
|
3642 | 3665 | 74CF0A8C22414D7800DB993F /* ProductMapperTests.swift in Sources */, |
3643 | 3666 | 45152815257A83DD0076B03C /* ProductAttributesRemoteTests.swift in Sources */, |
3644 | 3667 | B505F6D720BEE58800BB1B69 /* AccountRemoteTests.swift in Sources */, |
| 3668 | + DE42F9632967C8B900D514C2 /* ReportOrderTotalsMapperTests.swift in Sources */, |
3645 | 3669 | 453305EB2459E01A00264E50 /* PostMapperTests.swift in Sources */, |
3646 | 3670 | CE0A0F1D22398D520075ED8D /* ProductListMapperTests.swift in Sources */, |
3647 | 3671 | 2670C3FC270F4E06002FE931 /* SiteListMapperTests.swift in Sources */, |
|
0 commit comments