|
25 | 25 | 0219B03923964BB3007DCD5E /* ProductShippingClassMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0219B03823964BB3007DCD5E /* ProductShippingClassMapper.swift */; };
|
26 | 26 | 021A84DA257DF92800BC71D1 /* ShippingLabelRefundMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021A84D9257DF92800BC71D1 /* ShippingLabelRefundMapper.swift */; };
|
27 | 27 | 021C7BF723863D1800A3BCBD /* Encodable+Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021C7BF623863D1800A3BCBD /* Encodable+Serialization.swift */; };
|
| 28 | + 021D741C2987B1550035687E /* checkout-doman-cart-with-domain-credit-success.json in Resources */ = {isa = PBXBuildFile; fileRef = 021D741B2987B1550035687E /* checkout-doman-cart-with-domain-credit-success.json */; }; |
28 | 29 | 021E2A1423A9FC5900B1DE07 /* ProductBackordersSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021E2A1323A9FC5900B1DE07 /* ProductBackordersSetting.swift */; };
|
29 | 30 | 021EAA5625493B3600AA8CCD /* OrderItemAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021EAA5525493B3600AA8CCD /* OrderItemAttribute.swift */; };
|
30 | 31 | 022902D422E2436400059692 /* stats_module_disabled_error.json in Resources */ = {isa = PBXBuildFile; fileRef = 022902D122E2436300059692 /* stats_module_disabled_error.json */; };
|
|
93 | 94 | 02C254B925637BA000A04423 /* OrderShippingLabelListMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C254B825637BA000A04423 /* OrderShippingLabelListMapper.swift */; };
|
94 | 95 | 02C254D32563992900A04423 /* OrderShippingLabelListMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C254D22563992900A04423 /* OrderShippingLabelListMapperTests.swift */; };
|
95 | 96 | 02C254D72563999300A04423 /* order-shipping-labels.json in Resources */ = {isa = PBXBuildFile; fileRef = 02C254D62563999200A04423 /* order-shipping-labels.json */; };
|
| 97 | + 02C4325F298A55D100F14AEE /* domain-contact-info.json in Resources */ = {isa = PBXBuildFile; fileRef = 02C4325C298A55D100F14AEE /* domain-contact-info.json */; }; |
| 98 | + 02C43260298A55D100F14AEE /* validate-domain-contact-info-failure.json in Resources */ = {isa = PBXBuildFile; fileRef = 02C4325D298A55D100F14AEE /* validate-domain-contact-info-failure.json */; }; |
| 99 | + 02C43261298A55D100F14AEE /* validate-domain-contact-info-success.json in Resources */ = {isa = PBXBuildFile; fileRef = 02C4325E298A55D100F14AEE /* validate-domain-contact-info-success.json */; }; |
96 | 100 | 02C54CC624D3E938007D658F /* product-variations-load-all-manage-stock-two-states.json in Resources */ = {isa = PBXBuildFile; fileRef = 02C54CC524D3E937007D658F /* product-variations-load-all-manage-stock-two-states.json */; };
|
97 | 101 | 02DD6492248A3EC00082523E /* product-external.json in Resources */ = {isa = PBXBuildFile; fileRef = 02DD6491248A3EC00082523E /* product-external.json */; };
|
98 | 102 | 02E7FFCB256218F600C53030 /* ShippingLabelRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02E7FFCA256218F600C53030 /* ShippingLabelRemoteTests.swift */; };
|
|
102 | 106 | 02EF1670292F0CF400D90AD6 /* create-cart-success.json in Resources */ = {isa = PBXBuildFile; fileRef = 02EF166F292F0CF400D90AD6 /* create-cart-success.json */; };
|
103 | 107 | 02EF1672292F0D1900D90AD6 /* load-plan-success.json in Resources */ = {isa = PBXBuildFile; fileRef = 02EF1671292F0D1900D90AD6 /* load-plan-success.json */; };
|
104 | 108 | 02F096C22406691100C0C1D5 /* media-library.json in Resources */ = {isa = PBXBuildFile; fileRef = 02F096C12406691100C0C1D5 /* media-library.json */; };
|
| 109 | + 02F4AA2929791623002AA0E8 /* create-doman-cart-success.json in Resources */ = {isa = PBXBuildFile; fileRef = 02F4AA2829791623002AA0E8 /* create-doman-cart-success.json */; }; |
105 | 110 | 0313651928AE559D00EEE571 /* PaymentGatewayMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0313651828AE559D00EEE571 /* PaymentGatewayMapper.swift */; };
|
106 | 111 | 0313651B28AE60E000EEE571 /* payment-gateway-cod.json in Resources */ = {isa = PBXBuildFile; fileRef = 0313651A28AE60E000EEE571 /* payment-gateway-cod.json */; };
|
107 | 112 | 0313651D28AE625300EEE571 /* PaymentGatewayMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0313651C28AE625300EEE571 /* PaymentGatewayMapperTests.swift */; };
|
|
898 | 903 | 0219B03823964BB3007DCD5E /* ProductShippingClassMapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductShippingClassMapper.swift; sourceTree = "<group>"; };
|
899 | 904 | 021A84D9257DF92800BC71D1 /* ShippingLabelRefundMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelRefundMapper.swift; sourceTree = "<group>"; };
|
900 | 905 | 021C7BF623863D1800A3BCBD /* Encodable+Serialization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Encodable+Serialization.swift"; sourceTree = "<group>"; };
|
| 906 | + 021D741B2987B1550035687E /* checkout-doman-cart-with-domain-credit-success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "checkout-doman-cart-with-domain-credit-success.json"; sourceTree = "<group>"; }; |
901 | 907 | 021E2A1323A9FC5900B1DE07 /* ProductBackordersSetting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductBackordersSetting.swift; sourceTree = "<group>"; };
|
902 | 908 | 021EAA5525493B3600AA8CCD /* OrderItemAttribute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderItemAttribute.swift; sourceTree = "<group>"; };
|
903 | 909 | 022902D122E2436300059692 /* stats_module_disabled_error.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = stats_module_disabled_error.json; sourceTree = "<group>"; };
|
|
966 | 972 | 02C254B825637BA000A04423 /* OrderShippingLabelListMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderShippingLabelListMapper.swift; sourceTree = "<group>"; };
|
967 | 973 | 02C254D22563992900A04423 /* OrderShippingLabelListMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderShippingLabelListMapperTests.swift; sourceTree = "<group>"; };
|
968 | 974 | 02C254D62563999200A04423 /* order-shipping-labels.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "order-shipping-labels.json"; sourceTree = "<group>"; };
|
| 975 | + 02C4325C298A55D100F14AEE /* domain-contact-info.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "domain-contact-info.json"; sourceTree = "<group>"; }; |
| 976 | + 02C4325D298A55D100F14AEE /* validate-domain-contact-info-failure.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "validate-domain-contact-info-failure.json"; sourceTree = "<group>"; }; |
| 977 | + 02C4325E298A55D100F14AEE /* validate-domain-contact-info-success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "validate-domain-contact-info-success.json"; sourceTree = "<group>"; }; |
969 | 978 | 02C54CC524D3E937007D658F /* product-variations-load-all-manage-stock-two-states.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-variations-load-all-manage-stock-two-states.json"; sourceTree = "<group>"; };
|
970 | 979 | 02DD6491248A3EC00082523E /* product-external.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-external.json"; sourceTree = "<group>"; };
|
971 | 980 | 02E7FFCA256218F600C53030 /* ShippingLabelRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelRemoteTests.swift; sourceTree = "<group>"; };
|
|
975 | 984 | 02EF166F292F0CF400D90AD6 /* create-cart-success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "create-cart-success.json"; sourceTree = "<group>"; };
|
976 | 985 | 02EF1671292F0D1900D90AD6 /* load-plan-success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "load-plan-success.json"; sourceTree = "<group>"; };
|
977 | 986 | 02F096C12406691100C0C1D5 /* media-library.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "media-library.json"; sourceTree = "<group>"; };
|
| 987 | + 02F4AA2829791623002AA0E8 /* create-doman-cart-success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "create-doman-cart-success.json"; sourceTree = "<group>"; }; |
978 | 988 | 0313651828AE559D00EEE571 /* PaymentGatewayMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentGatewayMapper.swift; sourceTree = "<group>"; };
|
979 | 989 | 0313651A28AE60E000EEE571 /* payment-gateway-cod.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "payment-gateway-cod.json"; sourceTree = "<group>"; };
|
980 | 990 | 0313651C28AE625300EEE571 /* PaymentGatewayMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentGatewayMapperTests.swift; sourceTree = "<group>"; };
|
|
2263 | 2273 | B559EBA820A0B5B100836CD4 /* Responses */ = {
|
2264 | 2274 | isa = PBXGroup;
|
2265 | 2275 | children = (
|
| 2276 | + 021D741B2987B1550035687E /* checkout-doman-cart-with-domain-credit-success.json */, |
2266 | 2277 | DEC2B092297AA60D003923FB /* category-without-data.json */,
|
2267 | 2278 | DEC2B090297AA5A6003923FB /* categories-all-without-data.json */,
|
| 2279 | + 02C4325C298A55D100F14AEE /* domain-contact-info.json */, |
2268 | 2280 | DEC2B08E297AA123003923FB /* reviews-single-without-data.json */,
|
2269 | 2281 | DEC2B08C297AA048003923FB /* reviews-all-without-data.json */,
|
2270 | 2282 | DE66C5682977D62700DAA978 /* plugins-without-data.json */,
|
|
2305 | 2317 | 028CB71A290224D700331C09 /* create-account-error-username.json */,
|
2306 | 2318 | 028CB712290223CB00331C09 /* create-account-success.json */,
|
2307 | 2319 | 02EF166F292F0CF400D90AD6 /* create-cart-success.json */,
|
| 2320 | + 02F4AA2829791623002AA0E8 /* create-doman-cart-success.json */, |
2308 | 2321 | 02050F58296FEC5B00710E63 /* domain-products.json */,
|
2309 | 2322 | 0239306C291A973F00B2632F /* domain-suggestions.json */,
|
2310 | 2323 | 02050F56296FE90A00710E63 /* domain-suggestions-paid.json */,
|
|
2534 | 2547 | 74ABA1C7213F19FE00FFAD30 /* top-performers-year.json */,
|
2535 | 2548 | FE28F6E726842D57004465C7 /* user-complete.json */,
|
2536 | 2549 | DEF13C4F29629EEA0024A02B /* user-complete-without-data.json */,
|
| 2550 | + 02C4325D298A55D100F14AEE /* validate-domain-contact-info-failure.json */, |
| 2551 | + 02C4325E298A55D100F14AEE /* validate-domain-contact-info-success.json */, |
2537 | 2552 | 7495AACE225D366D00801A89 /* variation-as-product.json */,
|
2538 | 2553 | 02A26F192744F5FC008E4EDB /* wc-site-settings-partial.json */,
|
2539 | 2554 | D800DA0D25EFEC21001E13CE /* wcpay-connection-token.json */,
|
|
3117 | 3132 | files = (
|
3118 | 3133 | D865CE6F278CC19A002C8520 /* stripe-location-error.json in Resources */,
|
3119 | 3134 | 31799AFE270518AD00D78179 /* wcpay-location-error.json in Resources */,
|
| 3135 | + 02F4AA2929791623002AA0E8 /* create-doman-cart-success.json in Resources */, |
3120 | 3136 | 74C8F07020EEC3A800B6EDC9 /* broken-notes.json in Resources */,
|
3121 | 3137 | 2670C3FE270F4E6A002FE931 /* sites-malformed.json in Resources */,
|
3122 | 3138 | CCF434662906C2A400B4475A /* products-ids-only.json in Resources */,
|
|
3156 | 3172 | CC9A253C26442C71005DE56E /* shipping-label-eligibility-success.json in Resources */,
|
3157 | 3173 | B5A24179217F98F600595DEF /* notifications-load-all.json in Resources */,
|
3158 | 3174 | DEA6B1C9296D0E8B005AA5E9 /* systemStatusWithPluginsOnly-without-data.json in Resources */,
|
| 3175 | + 02C4325F298A55D100F14AEE /* domain-contact-info.json in Resources */, |
3159 | 3176 | EE57C12B297F8F8600BC31E7 /* attribute-term-without-data.json in Resources */,
|
3160 | 3177 | 314EDF2927C02CC100A56B6F /* stripe-account-complete-empty-descriptor.json in Resources */,
|
3161 | 3178 | 028CB71F2902589E00331C09 /* create-account-error-invalid-email.json in Resources */,
|
|
3164 | 3181 | 31A451CE27863A2E00FE81AA /* stripe-account-wrong-json.json in Resources */,
|
3165 | 3182 | EE57C143297FCCA700BC31E7 /* product-shipping-classes-load-all-without-data.json in Resources */,
|
3166 | 3183 | 26BD9FCD2965EC3C004E0D15 /* product-variations-bulk-create.json in Resources */,
|
| 3184 | + 02C43260298A55D100F14AEE /* validate-domain-contact-info-failure.json in Resources */, |
3167 | 3185 | EE57C13C297FBECB00BC31E7 /* product-tags-all-without-data.json in Resources */,
|
3168 | 3186 | 028CB718290223CB00331C09 /* account-username-suggestions.json in Resources */,
|
3169 | 3187 | 0282DD91233A120A006A5FDB /* products-search-photo.json in Resources */,
|
|
3257 | 3275 | B58D10CA2114D22E00107ED4 /* new-order-note.json in Resources */,
|
3258 | 3276 | D865CE6B278CA266002C8520 /* stripe-payment-intent-error.json in Resources */,
|
3259 | 3277 | CCB2CAA82620ABCC00285CA0 /* shipping-label-create-package-error.json in Resources */,
|
| 3278 | + 021D741C2987B1550035687E /* checkout-doman-cart-with-domain-credit-success.json in Resources */, |
3260 | 3279 | B57B1E6C21C94C9F0046E764 /* timeout_error.json in Resources */,
|
3261 | 3280 | 0313651B28AE60E000EEE571 /* payment-gateway-cod.json in Resources */,
|
3262 | 3281 | B5C6FCD620A3768900A4F8E4 /* order.json in Resources */,
|
|
3431 | 3450 | DEF13C5029629EEA0024A02B /* user-complete-without-data.json in Resources */,
|
3432 | 3451 | EE57C123297EB04F00BC31E7 /* product-attribute-create-without-data.json in Resources */,
|
3433 | 3452 | EE57C11929794DCA00BC31E7 /* get-application-passwords-success.json in Resources */,
|
| 3453 | + 02C43261298A55D100F14AEE /* validate-domain-contact-info-success.json in Resources */, |
3434 | 3454 | 74ABA1CA213F19FE00FFAD30 /* top-performers-year.json in Resources */,
|
3435 | 3455 | DEF13C5C2965812D0024A02B /* order-stats-v4-year-without-data.json in Resources */,
|
3436 | 3456 | 31A451CF27863A2E00FE81AA /* stripe-account-rejected-terms-of-service.json in Resources */,
|
|
0 commit comments