diff --git a/modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php b/modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php index e32cbf0c4..f9a00170f 100644 --- a/modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php +++ b/modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php @@ -114,6 +114,8 @@ class SettingsRenderer { string $api_shop_country ) { + // This is a legacy settings class, it's correctly relying on the `Status` class. + $this->settings = $settings; $this->state = $state; $this->fields = $fields;