verschieben des sofortigen verzichts auf das Widerrrufsrecht zum Anlegen des Events
This commit is contained in:
@@ -316,11 +316,14 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
->name('tenant.billing.transactions');
|
||||
Route::get('addons', [TenantBillingController::class, 'addons'])
|
||||
->name('tenant.billing.addons');
|
||||
Route::post('portal', [TenantBillingController::class, 'portal'])
|
||||
->name('tenant.billing.portal');
|
||||
});
|
||||
|
||||
Route::prefix('tenant/billing')->middleware('tenant.admin')->group(function () {
|
||||
Route::get('transactions', [TenantBillingController::class, 'transactions']);
|
||||
Route::get('addons', [TenantBillingController::class, 'addons']);
|
||||
Route::post('portal', [TenantBillingController::class, 'portal']);
|
||||
});
|
||||
|
||||
Route::post('feedback', [TenantFeedbackController::class, 'store'])
|
||||
|
||||
Reference in New Issue
Block a user