Refactor routes to use cleaner URL structure with order_id parameter

This commit is contained in:
kbe
2025-09-06 03:12:11 +02:00
parent 01b545c83e
commit d9d43f45e5
11 changed files with 75 additions and 101 deletions

View File

@@ -46,11 +46,6 @@ class TicketsControllerTest < ActionDispatch::IntegrationTest
sign_in @user
end
test "should redirect to checkout" do
get ticket_checkout_path(@event.slug, @event)
assert_response :redirect
end
test "should get payment success" do
get payment_success_path(session_id: "test_session")
assert_response :redirect