Thread Starter
jacs90
(@jacs90)
This is in the release notes of 5.1.2
This vulnerability was first spotted in the “Event Tickets and Registration plugin” for WordPress and had a security score of 5.3.
What has not been stated is what the vulnerability in the square plugin has been patched with this update and what we should be aware of incase malicious actors had exploited this vulnerability
I used this css code to remove it from my cart
/* remove digital wallet from cart */
.woocommerce-cart div.wc-block-cart__payment-options {
display: none;
}