mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
AXO: Fix the main notice key in the display manager
This commit is contained in:
parent
5b1fa0795f
commit
6c4c31fbf0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ return array(
|
||||||
->rule()
|
->rule()
|
||||||
->condition_element( 'axo_enabled', '1' )
|
->condition_element( 'axo_enabled', '1' )
|
||||||
->action_visible( 'axo_gateway_title' )
|
->action_visible( 'axo_gateway_title' )
|
||||||
->action_visible( 'axo_checkout_config_notice' )
|
->action_visible( 'axo_main_notice' )
|
||||||
->action_visible( 'axo_privacy' )
|
->action_visible( 'axo_privacy' )
|
||||||
->action_visible( 'axo_name_on_card' )
|
->action_visible( 'axo_name_on_card' )
|
||||||
->action_visible( 'axo_style_heading' )
|
->action_visible( 'axo_style_heading' )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue