diff --git a/app/Http/Controllers/Migration/StepsController.php b/app/Http/Controllers/Migration/StepsController.php index 001f8040aa98..8c4cbd42ed4d 100644 --- a/app/Http/Controllers/Migration/StepsController.php +++ b/app/Http/Controllers/Migration/StepsController.php @@ -66,9 +66,16 @@ class StepsController extends BaseController session()->put('MIGRATION_TYPE', $request->option); if ($request->option == 0) { + + session()->put('MIGRATION_ENDPOINT', 'https://invoicing.co'); + return redirect( - url('/migration/endpoint') + url('/migration/auth') ); + + // return redirect( + // url('/migration/endpoint') + // ); } return redirect( diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 449bb5abbe66..42c66fa2fb4e 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4275,13 +4275,13 @@ $LANG = array( 'amount_greater_than_balance_v5' => 'The amount is greater than the invoice balance. You cannot overpay an invoice.', 'click_to_continue' => 'Click to continue', - 'notification_invoice_sent_subject' => 'Invoice :invoice was created to :client', - 'notification_invoice_viewed_subject' => 'Invoice :invoice was created for :client', - 'notification_quote_sent_subject' => 'Quote :invoice was created to :client', - 'notification_quote_viewed_subject' => 'Quote :invoice was created for :client', - 'notification_credit_sent_subject' => 'Credit :invoice was created to :client', - 'notification_credit_viewed_subject' => 'Credit :invoice was created for :client', - + 'notification_invoice_created_subject' => 'Invoice :invoice was created to :client', + 'notification_invoice_created_subject' => 'Invoice :invoice was created for :client', + 'notification_quote_created_subject' => 'Quote :invoice was created to :client', + 'notification_quote_created_subject' => 'Quote :invoice was created for :client', + 'notification_credit_created_subject' => 'Credit :invoice was created to :client', + 'notification_credit_created_subject' => 'Credit :invoice was created for :client', + 'migration_create_account_notice' => 'Please ensure you have created an account on the new platform first here , please ensure that the credentials are identical to your v4 credentials. Once the account has been created, you can start the migration process here.', ); return $LANG; diff --git a/resources/views/migration/auth.blade.php b/resources/views/migration/auth.blade.php index b96404e08ce7..9e4c208c708f 100644 --- a/resources/views/migration/auth.blade.php +++ b/resources/views/migration/auth.blade.php @@ -11,7 +11,7 @@