AXO: Fix the main notice key in the display manager

This commit is contained in:
Daniel Dudzic 2024-08-01 22:25:46 +02:00
parent 5b1fa0795f
commit 6c4c31fbf0
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -83,7 +83,7 @@ return array(
->rule()
->condition_element( 'axo_enabled', '1' )
->action_visible( 'axo_gateway_title' )
->action_visible( 'axo_checkout_config_notice' )
->action_visible( 'axo_main_notice' )
->action_visible( 'axo_privacy' )
->action_visible( 'axo_name_on_card' )
->action_visible( 'axo_style_heading' )