Skip to content

Add option to disconnect the order from the order manager #91

Add option to disconnect the order from the order manager

Add option to disconnect the order from the order manager #91

Triggered via pull request November 20, 2023 19:56
Status Failure
Total duration 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpcs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
phpcs
Found precision alignment of 1 spaces.
phpcs: classes/class-wc-klarna-meta-box.php#L104
$_GET data not unslashed before sanitization. Use wp_unslash() or similar
phpcs
$_GET data not unslashed before sanitization. Use wp_unslash() or similar
phpcs: classes/class-wc-klarna-meta-box.php#L104
Detected usage of a non-sanitized input variable: $_GET[$kom_disconnected_key]
phpcs
Detected usage of a non-sanitized input variable: $_GET[$kom_disconnected_key]
phpcs: classes/class-wc-klarna-meta-box.php#L187
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wc_help_tip'.
phpcs
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wc_help_tip'.
phpcs
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
phpcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, thenabeel/action-phpcs@v8. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
phpcs: classes/class-wc-klarna-meta-box.php#L27
Found precision alignment of 1 spaces.
phpcs: klarna-order-management-for-woocommerce.php#L162
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.