|
181 | 181 | 311D41302783C0E200052F64 /* StripeRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 311D412F2783C0E200052F64 /* StripeRemote.swift */; }; |
182 | 182 | 314703082670222500EF253A /* PaymentGatewayAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314703072670222500EF253A /* PaymentGatewayAccount.swift */; }; |
183 | 183 | 3148977027232982007A86BD /* SystemStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3148976F27232982007A86BD /* SystemStatus.swift */; }; |
| 184 | + 314EDF2927C02CC100A56B6F /* stripe-account-complete-empty-descriptor.json in Resources */ = {isa = PBXBuildFile; fileRef = 314EDF2827C02CC100A56B6F /* stripe-account-complete-empty-descriptor.json */; }; |
| 185 | + 314EDF2B27C02CD300A56B6F /* stripe-account-complete-null-descriptor.json in Resources */ = {isa = PBXBuildFile; fileRef = 314EDF2A27C02CD300A56B6F /* stripe-account-complete-null-descriptor.json */; }; |
184 | 186 | 3158A49F2729F3F600C3CFA8 /* wcpay-account-live-live.json in Resources */ = {isa = PBXBuildFile; fileRef = 3158A49E2729F3F600C3CFA8 /* wcpay-account-live-live.json */; }; |
185 | 187 | 3158A4A12729F40F00C3CFA8 /* wcpay-account-live-test.json in Resources */ = {isa = PBXBuildFile; fileRef = 3158A4A02729F40F00C3CFA8 /* wcpay-account-live-test.json */; }; |
186 | 188 | 3158A4A32729F42500C3CFA8 /* wcpay-account-dev-test.json in Resources */ = {isa = PBXBuildFile; fileRef = 3158A4A22729F42500C3CFA8 /* wcpay-account-dev-test.json */; }; |
|
853 | 855 | 311D412F2783C0E200052F64 /* StripeRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StripeRemote.swift; sourceTree = "<group>"; }; |
854 | 856 | 314703072670222500EF253A /* PaymentGatewayAccount.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentGatewayAccount.swift; sourceTree = "<group>"; }; |
855 | 857 | 3148976F27232982007A86BD /* SystemStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemStatus.swift; sourceTree = "<group>"; }; |
| 858 | + 314EDF2827C02CC100A56B6F /* stripe-account-complete-empty-descriptor.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "stripe-account-complete-empty-descriptor.json"; sourceTree = "<group>"; }; |
| 859 | + 314EDF2A27C02CD300A56B6F /* stripe-account-complete-null-descriptor.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "stripe-account-complete-null-descriptor.json"; sourceTree = "<group>"; }; |
856 | 860 | 3158A49E2729F3F600C3CFA8 /* wcpay-account-live-live.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "wcpay-account-live-live.json"; sourceTree = "<group>"; }; |
857 | 861 | 3158A4A02729F40F00C3CFA8 /* wcpay-account-live-test.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "wcpay-account-live-test.json"; sourceTree = "<group>"; }; |
858 | 862 | 3158A4A22729F42500C3CFA8 /* wcpay-account-dev-test.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "wcpay-account-dev-test.json"; sourceTree = "<group>"; }; |
|
1822 | 1826 | D865CE71278CC215002C8520 /* stripe-customer-error.json */, |
1823 | 1827 | D865CE70278CC215002C8520 /* stripe-customer.json */, |
1824 | 1828 | 31A451C527863A2D00FE81AA /* stripe-account-complete.json */, |
| 1829 | + 314EDF2827C02CC100A56B6F /* stripe-account-complete-empty-descriptor.json */, |
| 1830 | + 314EDF2A27C02CD300A56B6F /* stripe-account-complete-null-descriptor.json */, |
1825 | 1831 | 31A451C927863A2D00FE81AA /* stripe-account-dev-test.json */, |
1826 | 1832 | 31A451C227863A2D00FE81AA /* stripe-account-live-live.json */, |
1827 | 1833 | 31A451CB27863A2D00FE81AA /* stripe-account-live-test.json */, |
|
2438 | 2444 | 02AF07EC27492FDD00B2D81E /* media-library-from-wordpress-site.json in Resources */, |
2439 | 2445 | CC9A253C26442C71005DE56E /* shipping-label-eligibility-success.json in Resources */, |
2440 | 2446 | B5A24179217F98F600595DEF /* notifications-load-all.json in Resources */, |
| 2447 | + 314EDF2927C02CC100A56B6F /* stripe-account-complete-empty-descriptor.json in Resources */, |
2441 | 2448 | 31A451CE27863A2E00FE81AA /* stripe-account-wrong-json.json in Resources */, |
2442 | 2449 | 0282DD91233A120A006A5FDB /* products-search-photo.json in Resources */, |
2443 | 2450 | 45152825257A8B740076B03C /* product-attribute-update.json in Resources */, |
|
2626 | 2633 | 268EC45C26C169F600716F5C /* order-with-faulty-attributes.json in Resources */, |
2627 | 2634 | 45AB8B0F24AA29DC00B5B36E /* product-tags-created.json in Resources */, |
2628 | 2635 | 3158FE8426129F3A00E566B9 /* wcpay-account-unknown-status.json in Resources */, |
| 2636 | + 314EDF2B27C02CD300A56B6F /* stripe-account-complete-null-descriptor.json in Resources */, |
2629 | 2637 | 31054720262E2F9D00C5C02B /* wcpay-payment-intent-processing.json in Resources */, |
2630 | 2638 | ); |
2631 | 2639 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments