mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Merge pull request #2478 from woocommerce/PCP-3491-fastlane-hide-gateway-from-payments-tab-in-woo-commerce-settings
AXO: Temporarily hide the Fastlane payment method (3491)
This commit is contained in:
commit
bb0a16d58d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class AxoModule implements ModuleInterface {
|
||||||
|
|
||||||
// Add the gateway in admin area.
|
// Add the gateway in admin area.
|
||||||
if ( is_admin() ) {
|
if ( is_admin() ) {
|
||||||
$methods[] = $gateway;
|
// $methods[] = $gateway; - Temporarily remove Fastlane from the payment gateway list in admin area.
|
||||||
return $methods;
|
return $methods;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue