Add buy now route

This commit is contained in:
David Bomba 2025-01-23 12:26:23 +11:00
parent 35089d2379
commit f223a84af2
1 changed files with 2 additions and 0 deletions

View File

@ -57,4 +57,6 @@ Route::get('gocardless/oauth/connect/confirm', [GoCardlessOAuthController::class
Route::post('gocardless/oauth/connect/webhook', GoCardlessOAuthWebhookController::class)->name('gocardless.oauth.webhook');
Route::get('gocardless/oauth/connect/{token}', [GoCardlessOAuthController::class, 'connect']);
Route::redirect('buy_now', 'https://invoiceninja.invoicing.co/client/subscriptions/O5xe7Rwd7r/purchase', 301);
\Illuminate\Support\Facades\Broadcast::routes(['middleware' => ['token_auth']]);