Save the text color

This commit is contained in:
Narek Zakarian 2024-03-19 17:11:23 +04:00
parent 894920bdf6
commit 785404335f
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -129,6 +129,7 @@ class SaveConfig {
$this->set_value_if_present( $config, 'logo-type', "pay_later_{$location}_message_logo" );
$this->set_value_if_present( $config, 'logo-color', "pay_later_{$location}_message_color" );
$this->set_value_if_present( $config, 'text-size', "pay_later_{$location}_message_text_size" );
$this->set_value_if_present( $config, 'text-color', "pay_later_{$location}_message_text_color" );
}
/**