Remove no longer relevant exception doc comment
This commit is contained in:
parent
26f71af0a9
commit
87d04b8d64
|
@ -834,7 +834,6 @@ class WC_Checkout {
|
|||
* @since 3.0.0
|
||||
* @param array $data An array of posted data.
|
||||
* @param WP_Error $errors Validation errors.
|
||||
* @throws Exception Invalid country code in billing or shipping address.
|
||||
*/
|
||||
protected function validate_checkout( &$data, &$errors ) {
|
||||
$this->validate_posted_data( $data, $errors );
|
||||
|
|
Loading…
Reference in New Issue