|
806 | 806 | EE57C137297F98DB00BC31E7 /* product-variations-load-all-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = EE57C136297F98DB00BC31E7 /* product-variations-load-all-without-data.json */; }; |
807 | 807 | EE57C138297F9AC900BC31E7 /* ProductVariationsBulkUpdateMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57C130297F97F900BC31E7 /* ProductVariationsBulkUpdateMapperTests.swift */; }; |
808 | 808 | EE57C13A297F9EBE00BC31E7 /* ProductVariationsBulkCreateMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57C139297F9EBE00BC31E7 /* ProductVariationsBulkCreateMapperTests.swift */; }; |
| 809 | + EE57C13C297FBECB00BC31E7 /* product-tags-all-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = EE57C13B297FBECB00BC31E7 /* product-tags-all-without-data.json */; }; |
| 810 | + EE57C13E297FBEE200BC31E7 /* product-tags-created-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = EE57C13D297FBEE200BC31E7 /* product-tags-created-without-data.json */; }; |
| 811 | + EE57C140297FBEFB00BC31E7 /* product-tags-deleted-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = EE57C13F297FBEFB00BC31E7 /* product-tags-deleted-without-data.json */; }; |
| 812 | + EE57C143297FCCA700BC31E7 /* product-shipping-classes-load-all-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = EE57C141297FCCA700BC31E7 /* product-shipping-classes-load-all-without-data.json */; }; |
| 813 | + EE57C144297FCCA700BC31E7 /* product-shipping-classes-load-one-without-data.json in Resources */ = {isa = PBXBuildFile; fileRef = EE57C142297FCCA700BC31E7 /* product-shipping-classes-load-one-without-data.json */; }; |
| 814 | + EE57C146297FCCD200BC31E7 /* ProductShippingClassListMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57C145297FCCD200BC31E7 /* ProductShippingClassListMapperTests.swift */; }; |
| 815 | + EE57C148297FCCE000BC31E7 /* ProductShippingClassMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE57C147297FCCE000BC31E7 /* ProductShippingClassMapperTests.swift */; }; |
809 | 816 | EE62EE61295ACF8D009C965B /* RequestConverterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE62EE60295ACF8D009C965B /* RequestConverterTests.swift */; }; |
810 | 817 | EE62EE63295AD45E009C965B /* String+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE62EE62295AD45E009C965B /* String+URL.swift */; }; |
811 | 818 | EE62EE65295AD46D009C965B /* String+URLTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE62EE64295AD46D009C965B /* String+URLTests.swift */; }; |
|
1670 | 1677 | EE57C133297F985A00BC31E7 /* product-variations-bulk-create-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-variations-bulk-create-without-data.json"; sourceTree = "<group>"; }; |
1671 | 1678 | EE57C136297F98DB00BC31E7 /* product-variations-load-all-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-variations-load-all-without-data.json"; sourceTree = "<group>"; }; |
1672 | 1679 | EE57C139297F9EBE00BC31E7 /* ProductVariationsBulkCreateMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductVariationsBulkCreateMapperTests.swift; sourceTree = "<group>"; }; |
| 1680 | + EE57C13B297FBECB00BC31E7 /* product-tags-all-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-tags-all-without-data.json"; sourceTree = "<group>"; }; |
| 1681 | + EE57C13D297FBEE200BC31E7 /* product-tags-created-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-tags-created-without-data.json"; sourceTree = "<group>"; }; |
| 1682 | + EE57C13F297FBEFB00BC31E7 /* product-tags-deleted-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-tags-deleted-without-data.json"; sourceTree = "<group>"; }; |
| 1683 | + EE57C141297FCCA700BC31E7 /* product-shipping-classes-load-all-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-shipping-classes-load-all-without-data.json"; sourceTree = "<group>"; }; |
| 1684 | + EE57C142297FCCA700BC31E7 /* product-shipping-classes-load-one-without-data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-shipping-classes-load-one-without-data.json"; sourceTree = "<group>"; }; |
| 1685 | + EE57C145297FCCD200BC31E7 /* ProductShippingClassListMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductShippingClassListMapperTests.swift; sourceTree = "<group>"; }; |
| 1686 | + EE57C147297FCCE000BC31E7 /* ProductShippingClassMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductShippingClassMapperTests.swift; sourceTree = "<group>"; }; |
1673 | 1687 | EE62EE60295ACF8D009C965B /* RequestConverterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestConverterTests.swift; sourceTree = "<group>"; }; |
1674 | 1688 | EE62EE62295AD45E009C965B /* String+URL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+URL.swift"; sourceTree = "<group>"; }; |
1675 | 1689 | EE62EE64295AD46D009C965B /* String+URLTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+URLTests.swift"; sourceTree = "<group>"; }; |
|
2402 | 2416 | 4524CD9B242CEFAB00B2F20A /* product-on-sale-with-empty-sale-price.json */, |
2403 | 2417 | 025CA2C7238F4FF400B05C81 /* product-shipping-classes-load-all.json */, |
2404 | 2418 | 020220E123966CD900290165 /* product-shipping-classes-load-one.json */, |
| 2419 | + EE57C141297FCCA700BC31E7 /* product-shipping-classes-load-all-without-data.json */, |
| 2420 | + EE57C142297FCCA700BC31E7 /* product-shipping-classes-load-one-without-data.json */, |
2405 | 2421 | 457FC68B2382B2FD00B41B02 /* product-update.json */, |
2406 | 2422 | AEA056E3296DBA6E00948D52 /* products-batch-update.json */, |
2407 | 2423 | 45152818257A84A60076B03C /* product-attributes-all.json */, |
|
2434 | 2450 | 45D685F923D0C3CF005F87D0 /* product-search-sku.json */, |
2435 | 2451 | EEA6583F2966C05D00112DF0 /* product-search-sku-without-data.json */, |
2436 | 2452 | 4599FC5B24A6276F0056157A /* product-tags-all.json */, |
| 2453 | + EE57C13B297FBECB00BC31E7 /* product-tags-all-without-data.json */, |
2437 | 2454 | 45AF57A824AB42CD0088E2F7 /* product-tags-extra.json */, |
2438 | 2455 | 45AB8B0E24AA29DC00B5B36E /* product-tags-created.json */, |
| 2456 | + EE57C13D297FBEE200BC31E7 /* product-tags-created-without-data.json */, |
2439 | 2457 | 45AB8B1224AA34CB00B5B36E /* product-tags-deleted.json */, |
| 2458 | + EE57C13F297FBEFB00BC31E7 /* product-tags-deleted-without-data.json */, |
2440 | 2459 | 45AB8B1F24AB3E1F00B5B36E /* product-tags-empty.json */, |
2441 | 2460 | CEC4BF90234E40B5008D9195 /* refund-single.json */, |
2442 | 2461 | CEC4BF92234E7EE0008D9195 /* refunds-all.json */, |
|
2761 | 2780 | 45D685FB23D0C739005F87D0 /* ProductSkuMapperTests.swift */, |
2762 | 2781 | 4599FC5924A626B70056157A /* ProductTagListMapperTests.swift */, |
2763 | 2782 | CEC4BF94234E7F34008D9195 /* RefundListMapperTests.swift */, |
| 2783 | + EE57C145297FCCD200BC31E7 /* ProductShippingClassListMapperTests.swift */, |
| 2784 | + EE57C147297FCCE000BC31E7 /* ProductShippingClassMapperTests.swift */, |
2764 | 2785 | CEC4BF8E234E382F008D9195 /* RefundMapperTests.swift */, |
2765 | 2786 | 7412A8ED21B6E335005D182A /* ReportOrderMapperTests.swift */, |
2766 | 2787 | 743E84F722172E1F00FAC9D7 /* ShipmentTrackingListMapperTests.swift */, |
|
3121 | 3142 | DE66C55F2977C67D00DAA978 /* shipping-label-account-settings-without-data.json in Resources */, |
3122 | 3143 | E137619929151C7400FD098F /* error-wp-rest-forbidden.json in Resources */, |
3123 | 3144 | 31A451CE27863A2E00FE81AA /* stripe-account-wrong-json.json in Resources */, |
| 3145 | + EE57C143297FCCA700BC31E7 /* product-shipping-classes-load-all-without-data.json in Resources */, |
3124 | 3146 | 26BD9FCD2965EC3C004E0D15 /* product-variations-bulk-create.json in Resources */, |
| 3147 | + EE57C13C297FBECB00BC31E7 /* product-tags-all-without-data.json in Resources */, |
3125 | 3148 | 028CB718290223CB00331C09 /* account-username-suggestions.json in Resources */, |
3126 | 3149 | 0282DD91233A120A006A5FDB /* products-search-photo.json in Resources */, |
3127 | 3150 | DEC2B093297AA60D003923FB /* category-without-data.json in Resources */, |
|
3131 | 3154 | 743E84FC22174CE100FAC9D7 /* restnoroute_error.json in Resources */, |
3132 | 3155 | CE20179320E3EFA7005B4C18 /* broken-orders.json in Resources */, |
3133 | 3156 | D8FBFF2722D529F2006E3336 /* order-stats-v4-month.json in Resources */, |
| 3157 | + EE57C140297FBEFB00BC31E7 /* product-tags-deleted-without-data.json in Resources */, |
3134 | 3158 | 02B41A92296BEB3000FE3311 /* load-site-current-plan-success.json in Resources */, |
3135 | 3159 | 02EF1672292F0D1900D90AD6 /* load-plan-success.json in Resources */, |
3136 | 3160 | DEA6B1C6296C13FB005AA5E9 /* payment-gateway-list-without-data.json in Resources */, |
|
3217 | 3241 | B5C6FCD620A3768900A4F8E4 /* order.json in Resources */, |
3218 | 3242 | 3158FE7426129D9F00E566B9 /* wcpay-account-rejected-other.json in Resources */, |
3219 | 3243 | CC0786C7267BB10700BA9AC1 /* shipping-label-status-success.json in Resources */, |
| 3244 | + EE57C144297FCCA700BC31E7 /* product-shipping-classes-load-one-without-data.json in Resources */, |
3220 | 3245 | 028CB71B290224D700331C09 /* create-account-error-username.json in Resources */, |
3221 | 3246 | EEA6583E2966B41E00112DF0 /* products-load-all-without-data.json in Resources */, |
3222 | 3247 | 68F48B1328E3E5750045C15B /* wc-analytics-customers.json in Resources */, |
|
3323 | 3348 | A69FE19D2588D70E0059A96B /* order-with-deleted-refunds.json in Resources */, |
3324 | 3349 | E18152C228F85E0A0011A0EC /* iap-products.json in Resources */, |
3325 | 3350 | 02B41A90296BC85800FE3311 /* site-domains.json in Resources */, |
| 3351 | + EE57C13E297FBEE200BC31E7 /* product-tags-created-without-data.json in Resources */, |
3326 | 3352 | EEA658462966C67C00112DF0 /* products-ids-only-without-data.json in Resources */, |
3327 | 3353 | DE2095C127966EC800171F1C /* coupon-reports.json in Resources */, |
3328 | 3354 | 453305F52459ED2700264E50 /* site-post-update.json in Resources */, |
|
3886 | 3912 | 03DCB7442624AD9B00C8953D /* CouponListMapperTests.swift in Sources */, |
3887 | 3913 | AE2D6623272A8F6E004A2C3A /* TelemetryRemoteTests.swift in Sources */, |
3888 | 3914 | B5C151C0217EE3FB00C7BDC1 /* NoteListMapperTests.swift in Sources */, |
| 3915 | + EE57C146297FCCD200BC31E7 /* ProductShippingClassListMapperTests.swift in Sources */, |
3889 | 3916 | 026CF622237D7E61009563D4 /* ProductVariationsRemoteTests.swift in Sources */, |
3890 | 3917 | DEC51A99274DDDC9009F3DF4 /* SitePluginMapperTests.swift in Sources */, |
3891 | 3918 | EEFAA581295D78E9003583BE /* AuthenticatedRESTRequestTests.swift in Sources */, |
|
3955 | 3982 | CC07866526790B1100BA9AC1 /* ShippingLabelPurchaseMapperTests.swift in Sources */, |
3956 | 3983 | 74002D6A2118B26100A63C19 /* SiteVisitStatsMapperTests.swift in Sources */, |
3957 | 3984 | 743E84FA221742E300FAC9D7 /* ShipmentsRemoteTests.swift in Sources */, |
| 3985 | + EE57C148297FCCE000BC31E7 /* ProductShippingClassMapperTests.swift in Sources */, |
3958 | 3986 | 03DCB7822627394500C8953D /* CouponMapperTests.swift in Sources */, |
3959 | 3987 | 03DCB76C262591C400C8953D /* CouponsRemoteTests.swift in Sources */, |
3960 | 3988 | 31A451BD2786344B00FE81AA /* StripeRemoteTests.swift in Sources */, |
|
0 commit comments