woocommerce/includes/gateways
Rodrigo Primo f06ad5d78a Replace removed WordPress.Security.NonceVerification.NoNonceVerification
WordPress Coding Standard 2.0 removed the sniff
WordPress.Security.NonceVerification.NoNonceVerification:

```
The WordPress.Security.NonceVerification sniff used the same error code for both an error as well as a warning.
The old error code NoNonceVerification is no longer used.
The error now uses the Missing error code, while the warning now uses the Recommended error code.
```

(from
d45f5e5cf3/CHANGELOG.md (200-rc1---2018-12-31))

This commit updates WooCommerce code and replaces all instances where WordPress.Security.NonceVerification.NoNonceVerification verification was used with either WordPress.Security.NonceVerification.Missing or
WordPress.Security.NonceVerification.Recommended. In a few cases WordPress.Security.NonceVerification.NoNonceVerification was used but was not needed, so instead of replacing the sniff, the line was removed. In two other cases, I removed other unrelated sniffs that were not needed.
2019-12-13 17:45:32 -03:00
..
bacs Replace removed WordPress.Security.NonceVerification.NoNonceVerification 2019-12-13 17:45:32 -03:00
cheque Added new filter to modify order status during orders using cheque as a gateway. 2018-09-20 19:07:23 +05:30
cod Use shipping method instead of property through magic + doc return statements 2019-01-04 12:41:38 +00:00
paypal Fixed check for the method 2019-10-02 14:36:05 -03:00
class-wc-payment-gateway-cc.php Use nbsp to separate * denoting required fields. 2018-04-04 16:45:40 +02:00
class-wc-payment-gateway-echeck.php Use nbsp to separate * denoting required fields. 2018-04-04 16:45:40 +02:00