We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a80af commit cfc8e86Copy full SHA for cfc8e86
Routes/guest.php
@@ -1,7 +1,7 @@
1
<?php
2
3
Route::group([
4
- 'prefix' => 'portal',
+ 'prefix' => '{company_id}/portal',
5
'middleware' => 'guest',
6
'namespace' => 'Modules\PaypalStandard\Http\Controllers'
7
], function () {
Routes/portal.php
'middleware' => 'portal',
Routes/signed.php
- 'prefix' => 'signed',
+ 'prefix' => '{company_id}/signed',
'middleware' => 'signed',
0 commit comments