Add buy now route
This commit is contained in:
parent
35089d2379
commit
f223a84af2
|
|
@ -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::post('gocardless/oauth/connect/webhook', GoCardlessOAuthWebhookController::class)->name('gocardless.oauth.webhook');
|
||||||
Route::get('gocardless/oauth/connect/{token}', [GoCardlessOAuthController::class, 'connect']);
|
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']]);
|
\Illuminate\Support\Facades\Broadcast::routes(['middleware' => ['token_auth']]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue