Add predefined list of button names to check for enabled/disabled state

This commit is contained in:
Narek Zakarian 2025-02-26 16:59:09 +04:00
parent b2d870bdca
commit 0a0603af51
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -23,6 +23,8 @@ class StylingSettingsMapHelper {
use ContextTrait; use ContextTrait;
protected const BUTTON_NAMES = array( 'googlepay', 'applepay', 'pay-later' );
/** /**
* Maps old setting keys to new setting style names. * Maps old setting keys to new setting style names.
* *