Feature Description
We need to bump the service_version value that is passed to the service to v4 when the setupFlowRefreshPhase4 feature flag is enabled.
This is a dependency for the service task to update the progress indicator for SFR phase 4.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- The
service_version value that is passed to the service is set to v4 when the setupFlowRefreshPhase4 feature flag is enabled.
- This change is made in all cases where the value is passed to the service.
Implementation Brief
Test Coverage
- Add/adjust PHPUnit assertions for all existing
service_version pass-through paths when setupFlowRefreshPhase4 is enabled.
- Verify existing assertions continue to pass when
setupFlowRefreshPhase4 is disabled.
- Fix any failing tests.
QA Brief
Changelog entry
Feature Description
We need to bump the
service_versionvalue that is passed to the service tov4when thesetupFlowRefreshPhase4feature flag is enabled.This is a dependency for the service task to update the progress indicator for SFR phase 4.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
service_versionvalue that is passed to the service is set tov4when thesetupFlowRefreshPhase4feature flag is enabled.Implementation Brief
includes/Core/Authentication/Google_Proxy.php:service_versionlogic used inget_site_fields()andget_metadata_fields().service_versiontov4whensetupFlowRefreshPhase4is enabled.setupFlowRefreshPhase4is disabled.includes/Modules/Analytics_4/Datapoints/Create_Account_Ticket.php:service_versionassignment to usev4whensetupFlowRefreshPhase4is enabled.Test Coverage
service_versionpass-through paths whensetupFlowRefreshPhase4is enabled.setupFlowRefreshPhase4is disabled.QA Brief
Changelog entry