Add event addon purchase success page with confetti
This commit is contained in:
@@ -302,6 +302,7 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
Route::get('guest-notifications', [EventGuestNotificationController::class, 'index'])->name('tenant.events.guest-notifications.index');
|
||||
Route::post('guest-notifications', [EventGuestNotificationController::class, 'store'])->name('tenant.events.guest-notifications.store');
|
||||
Route::post('addons/checkout', [EventAddonController::class, 'checkout'])->name('tenant.events.addons.checkout');
|
||||
Route::get('addons/purchase', [EventAddonController::class, 'purchase'])->name('tenant.events.addons.purchase');
|
||||
|
||||
Route::prefix('live-show')->group(function () {
|
||||
Route::get('link', [LiveShowLinkController::class, 'show'])->name('tenant.events.live-show.link');
|
||||
|
||||
Reference in New Issue
Block a user