admin panel stripe u
This commit is contained in:
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
|
||||
* @var array<int, string>
|
||||
*/
|
||||
protected $except = [
|
||||
'/stripe-webhook',
|
||||
'stripe/webhook',
|
||||
];
|
||||
}
|
||||
|
||||
@@ -31,7 +31,10 @@ use App\Http\Controllers\Admin\ManageRulesController;
|
||||
|
||||
|
||||
//webhook
|
||||
Route::post('/stripe-webhook', [StripeWebhookController::class, 'handleWebhook']);
|
||||
// Route::post('/stripe-webhook', [StripeWebhookController::class, 'handleWebhook']);
|
||||
Route::post('/stripe/webhook', [StripeWebhookController::class, 'handleWebhook']);
|
||||
|
||||
|
||||
|
||||
//stripe webhook end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user