Anthony Cook

Results 3 comments of Anthony Cook

@alexzarbn Renaming the db column would not suit use cases where the DB is tightly coupled to other systems or other existing code in the Laravel application. But I think...

@alexzarbn Yes, that sounds like a good plan.

Well done @senadir @mikejolley @wavvves this works well in woocommerce 7.2.2 🥳 ``` curl -v \ --header "Nonce: " \ --header "cart-token: " \ --request POST \ "https:///wp-json/wc/store/v1/cart/add-item?id=&quantity=" ``` with...