daledupreez

Results 66 comments of daledupreez

@laurendavissmith, have you had any luck reproducing this or working out why it might be happening?

[This comment](https://wordpress.org/support/topic/very-slow-backend-50-calls-to-the-stripe-api/#post-18467542) in one of our forum threads specifically shows a number of 429 errors being returned from Stripe. We need to handle those gracefully, as we need to detect...

## Progress ### Linting Linting is now working, but there are still 13 errors stemming from the following: * 6 errors: React 18 deprecated `ReactDOM.render()` in favour of `createRoot()` ([docs...

As of dea439c02ef3b4573a955d9f44cb0610c6763e9a, I've now addressed all the remaining linting issues, so the linter is clean.

SASS warnings are addressed by c1dbefebdee447d1ccfe1df2614f6a4dce4e9d5e and a337c11323beea2f19444e93a42136db575611db. That required two main areas of work: * Switch our actual SCSS files to use `@use` and namespaced imports instead of `@import`...

Thanks for the cleanup, @wjrosa! That is definitely much smaller. That said, I am still wondering whether it may make sense to create a new branch off `develop` and then...

Thanks for reporting this, @mvalasis. There are some possible configuration or code features that affect the behaviour you're seeing, which is linked to the set of fields we require for...

Thanks for the additional details, @mvalasis! In this case, we're defaulting to the same required fields as standard checkout, as we're not sure what other downstream use cases need specific...

As a side note for testing, you can use `&flags=someflag` as a URL parameter to enable a feature flag, and `&flags=-someflag` to disable a feature flag in any environment. So...