You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created as part of #8298 , following the investigation outlined on pbIwZe-1Mr-p2
Integrate the new API on PDPs
To ensure seamless functionality and compatibility
Integrate the new API on block-based cart & checkout pages
To make the integration “easier”, since they are both using the Store API
Integrate the new API on shortcode cart & checkout pages
Cleanup of the old implementation
This includes JS-related code, but also (now) unused custom endpoints
The multi-step approach could be executed in two ways:
Implementing the new functionality on the existing JS files (like I did in my POC)
This approach involves integrating the new functionality directly into the current JavaScript files, aligning with the existing code structure
Implementing the new functionality on new JS files
Creating separate JavaScript files dedicated to the new functionality
Although the second approach may initially introduce a slight uptick in complexity, I believe it offers distinct advantages.
It can pave the way for a smoother cleanup phase, enabling clearer isolation between the old and new implementations. This separation enhances code clarity and lays the groundwork for envisioning a future where solutions between WC Stripe and WooPayments can be seamlessly shared.
The content you are editing has changed. Please copy your edits and refresh the page.
Created as part of #8298 , following the investigation outlined on pbIwZe-1Mr-p2
The multi-step approach could be executed in two ways:
Although the second approach may initially introduce a slight uptick in complexity, I believe it offers distinct advantages.
It can pave the way for a smoother cleanup phase, enabling clearer isolation between the old and new implementations. This separation enhances code clarity and lays the groundwork for envisioning a future where solutions between WC Stripe and WooPayments can be seamlessly shared.
External dependencies
woocommerce_rest_invalid_address_country
on guest checkout order w/ no shipping needed woocommerce/woocommerce#53032Third-party extensions
Issues that will be fixed once launched
The text was updated successfully, but these errors were encountered: