Gabriel Maldonado
Gabriel Maldonado
Reference: p1658236518810329-slack-C025A8VV728 Stores using WC6.6+ can use the new Order-related [endpoints](https://github.com/woocommerce/woocommerce/pull/32888) `is_editable`, `needs_payment`, `needs_processing`. ### Why? At the moment, certain checks like order statuses, payment eligibility, or refund eligibility, may...
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...
Closes: #7440 TODO: - [ ] After updating dependencies podfile.lock has changed. Confirm why. ### Description ### Testing instructions 1. Go to Orders > Tap "+" > Tap "Simple Payments"...
As Payments are moving to a standalone feature, we're moving the Simple Payments flow screen from `Orders` to `HubMenu`. For this, we'll push a bottom sheet into the view, similar...
Work in progress - [x] Add common protocol - [x] Create initial Unit Tests for `isSupportedCountry` - [x] Set to nil on tearDown - [ ] Create more Unit Tests...
From https://github.com/woocommerce/woocommerce-ios/pull/7266#discussion_r918012040 > It might be worth passing in the configuration for testability here When `CardReaderManualsViewModel` initializes, it already does by populating the model with the supported readers via the...
While working on a related issue I started to see these warnings in the console: ``` 2022-06-26 22:33:00.619159+0700 WooCommerce[56118:12058270] ⚠️ You are using an older version of the Woo REST...
At the moment, to know if an Order is eligible for a refund, we perform a `datePaid` [nil-check](https://github.com/woocommerce/woocommerce-ios/blob/28a3552788389e015f25928c511dc2aa80c2dc09/WooCommerce/Classes/ViewModels/Order%20Details/OrderDetailsDataSource.swift#L53-L61) as one of the variables to return it. We should explore using...
Experiment to create a common CrashLogger for all targets in WooFoundation. The idea is to use the existing AutomatticTracks.CrashLogging for its Sentry implementation. ### Description ### Testing instructions ### Screenshots...
Reported at p5T066-3qr-p2#comment-13080 "Pull-to-dismiss" doesn't seem to work in Views where we are using `SafariView` or `SafariSheetView` via an `UIViewControllerRepresentable`. This happens in different places where we use this implementation,...