Skip to content

Commit

Permalink
Merge pull request #307 from alma/feature/ecom-2294--wc-change-csrf-n…
Browse files Browse the repository at this point in the history
…once-log-validation-lvl

Change check nonce log lvl
  • Loading branch information
Francois-Gomis authored Dec 17, 2024
2 parents 1e3ffc3 + e4ed7d0 commit d44ca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/Helpers/CheckoutHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected function check_nonce( $field_name, $nonce_name ) {
return $_POST[ $field_name ];
}

$this->logger->error(
$this->logger->warning(
sprintf(
'Nonce not found or wrong - FieldName "%s" - NonceName "%s" - data "%s"',
$field_name,
Expand Down

0 comments on commit d44ca4a

Please sign in to comment.