mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- paystack test
- FEB
This commit is contained in:
@@ -8,7 +8,7 @@ use Domain\Subscriptions\Controllers\StripeWebhookController;
|
||||
use Domain\Localization\Controllers\CurrentLocalizationController;
|
||||
|
||||
// Subscription Services
|
||||
Route::post('/stripe/webhook', [StripeWebhookController::class, 'handleWebhook']);
|
||||
//Route::post('/stripe/webhook', [StripeWebhookController::class, 'handleWebhook']);
|
||||
Route::get('/invoice/{customer}/{token}', [AdminInvoiceController::class, 'show'])->middleware(['auth:sanctum']);
|
||||
|
||||
// Translations
|
||||
|
||||
Reference in New Issue
Block a user