diff --git a/app/Http/Middleware/MigrationLookup.php b/app/Http/Middleware/MigrationLookup.php index 6fcce46d16..4f1d941ea7 100644 --- a/app/Http/Middleware/MigrationLookup.php +++ b/app/Http/Middleware/MigrationLookup.php @@ -19,7 +19,7 @@ class MigrationLookup private string $migration_notification = 'The Invoice Ninja v4 platform is now disabled for free users. Please Migrate Now to the new Invoice Ninja v5 platform to remain as a free account.

*Not ready for v5? Upgrade to Pro or Enterprise to remain on v4. *Please note that the v4 platform will be "sunset" in November 2022.'; - private string $silo = 'V4 is now disabled for your account. Please migrate. Migrate Now'; + private string $silo = 'V4 is now disabled for your account. Please migrate. Migrate Now Upgrade to v5 and take advantage of our Black friday promo'; public function handle(Request $request, Closure $next, $guard = 'user') { diff --git a/app/Traits/GenerateMigrationResources.php b/app/Traits/GenerateMigrationResources.php index 1061e94a52..def63b4ac7 100644 --- a/app/Traits/GenerateMigrationResources.php +++ b/app/Traits/GenerateMigrationResources.php @@ -1441,6 +1441,8 @@ trait GenerateMigrationResources return 31; case 2: return 1; + case 3: + return 2; default: return $payment_type_id;