Gabriel Maldonado
Gabriel Maldonado
Currently, the Order's `needsProcessing`propery is not-optional in Core Data as we do not expect `nil` as an API response, however, when supporting stores on WC
Order has a new `needsProcessing` property since WC 6.6 At the moment, we check if the Order's `datePaid == nil` to determine that an Order is eligible for payment, which...
Ref: pdfdoF-XL#comment-1997-p2 > If I tap on “Manage Plugins”, I’m redirected to a web view where I have to log in with my WP credentials. As an app user, if...
At the moment we're hardcoding dates in all our tests, for example [ProductVariationMapperTests](https://github.com/woocommerce/woocommerce-ios/blob/40b9f09f266ee2206d957fe0e3c96a6931e81dc3/Networking/NetworkingTests/Mapper/ProductVariationMapperTests.swift) or [ProductVariationsRemoteTests](https://github.com/woocommerce/woocommerce-ios/blob/40b9f09f266ee2206d957fe0e3c96a6931e81dc3/Networking/NetworkingTests/Remote/ProductVariationsRemoteTests.swift), for multiple parameters like `dateCreated`, `dateModified`, `dateOnSaleStart`, `dateOnSaleEnd` An idea from https://github.com/woocommerce/woocommerce-ios/pull/7080#pullrequestreview-1005173104 could be to...
From testing` 10.2-rc-1`. Ref: p5T066-3yz-p2 When tapping `Switch Store`, it would seem that it takes a very long time to load the list of sites ( approximately ~10 seconds )....
Part of #7741 ### Description For merchants to be able to see and choose existing customers from their store when creating or editing orders, we need to know who are...
Part of https://github.com/woocommerce/woocommerce-ios/issues/6667 ### Description `CountrySelectorCommand` and `StateSelectorCommand` share the majority of its code. To avoid the downsides of having duplicated code, we're abstracting these into one common class. ###...
Ref: pe5pgL-9t-p2 For parity with Android, we want to implement a "Search and Pick" functionality, for merchants to choose an existing customer when creating, or editing an order. Selecting this...
From https://github.com/woocommerce/woocommerce-ios/pull/7680 so the PR doesn't become too big. We'd want to move common setup to `setUp` and `tearDown` methods. We can use this same issue to explore related test...
* We may not want to remove this flag for now, as per https://github.com/woocommerce/woocommerce-ios/pull/5695 > Created a new feature flag productSKUInputScanner that always returns true, which is used for product...