Remove progressive onboarding state

This commit is contained in:
Alex P 2022-01-31 18:16:25 +02:00
parent bc83f48692
commit 2e50e59940
7 changed files with 7 additions and 121 deletions

View file

@ -269,7 +269,6 @@ class WcGatewayTest extends TestCase
{
return [
[State::STATE_START, true],
[State::STATE_PROGRESSIVE, true],
[State::STATE_ONBOARDED, false]
];
}