woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
301 stars 109 forks source link

[Order Details] Paid By Customer section should be hidden if no date_paid returned #1827

Closed astralbodies closed 2 years ago

astralbodies commented 4 years ago

To match Core behavior, let's update the app to show/hide the "Paid by customer" section in order details based on there being a date paid or not. This may already be the case on iOS, but confirm and test with a site.

Core: https://github.com/woocommerce/woocommerce/pull/25504#discussion_r375455622

Verify payment details show up properly when using the "Cash on delivery" option.

cc: @LevinMedia

Android issue: https://github.com/woocommerce/woocommerce-android/issues/1900

joshheald commented 2 years ago

Still to be done on iOS, and confirmed in p91TBi-8P0-p2#line-items-in-the-payment-section that we should hide this when there is no date_paid.