Closed bozidarsevo closed 18 hours ago
📲 You can test the changes from this Pull Request in WooCommerce iOS by scanning the QR code below to install the corresponding build.
App Name | WooCommerce iOS | |
Build Number | pr14455-3e92c18 | |
Version | 21.1 | |
Bundle ID | com.automattic.alpha.woocommerce | |
Commit | 3e92c186822f682d4634fd2fe5614bfb57457a0e | |
App Center Build | WooCommerce - Prototype Builds #11711 |
Automatticians: You can use our internal self-serve MC tool to give yourself access to App Center if needed.
Also, could you make sure we're using this new endpoint in the UI layer?
You mean for adding the packages UI? The packages endpoint has the storeOptions
so I will use the storeOptions
from that response there. That is why I did not use this response data anywhere, I wanted to add the support for it and then we can use it where needed in UI.
You mean for adding the packages UI? The packages endpoint has the storeOptions so I will use the storeOptions from that response there.
Good to know! We'll also need to update the account settings (used in various places like checking if the user can manage the label payment method or setting the default label paper size for printing). Some of that can be done in later milestones but some will be needed for this milestone. Could you open an issue for checking where it needs to be used in the UI, so we can work on that separately?
Could you open an issue for checking where it needs to be used in the UI, so we can work on that separately?
Created! https://github.com/woocommerce/woocommerce-ios/issues/14484 I think I will jump on that tomorrow so we have that covered
Closes: #13558
Description
loadAccountSettings
action inWooShippingAction
WooShippingAccountSettingsResponse
containsShippingLabelStoreOptions
andShippingLabelAccountSettings
since that is the data we get in GET account settings request responseWooShippingRemoteTests
to test the response json parsing/mappingTesting information
RELEASE-NOTES.txt
if necessary.Reviewer (or Author, in the case of optional code reviews):
Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement: