mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
use the constant to name connection settings
This commit is contained in:
parent
23b7d312ad
commit
145bd8c791
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ trait PageMatcherTrait {
|
|||
}
|
||||
|
||||
$gateway_page_id_map = array(
|
||||
Settings::CONNECTION_TAB_ID => 'connection',
|
||||
Settings::CONNECTION_TAB_ID => Settings::CONNECTION_TAB_ID,
|
||||
PayPalGateway::ID => 'paypal',
|
||||
CreditCardGateway::ID => 'dcc', // TODO: consider using just the gateway ID for PayPal and DCC too.
|
||||
CardButtonGateway::ID => CardButtonGateway::ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue