mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Fix phpcs
This commit is contained in:
parent
3a84cc76c3
commit
842506e554
2 changed files with 15 additions and 15 deletions
|
@ -363,7 +363,7 @@ class AxoModule implements ServiceModule, ExtendingModule, ExecutableModule {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove Fastlane if present.
|
// Remove Fastlane if present.
|
||||||
unset( $methods[AxoGateway::ID] );
|
unset( $methods[ AxoGateway::ID ] );
|
||||||
|
|
||||||
return $methods;
|
return $methods;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue