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
[6.x] Fix "Recursion detected" error with cart endpoints (#1025)
* Fix "Recursion detected" error with cart endpoints
* wip
* this should still be `data`
* Ignore `.phpunit.cache`
* we're not returning `cart` from delete endpoint anymore
When you're deleting something, you shouldn't really get anything back.
* Use the "local" cart, rather than fetching it from the cart driver
0 commit comments