mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Fix PHPCS errors
This commit is contained in:
parent
ef0adeb2dc
commit
474759d161
1 changed files with 1 additions and 1 deletions
|
@ -386,6 +386,6 @@ class AxoModule implements ModuleInterface {
|
|||
*/
|
||||
private function is_excluded_endpoint(): bool {
|
||||
// Exclude the Order Pay endpoint.
|
||||
return is_wc_endpoint_url('order-pay');
|
||||
return is_wc_endpoint_url( 'order-pay' );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue