Add invoice functionality for orders with Stripe integration

This commit is contained in:
kbe
2025-09-08 10:55:36 +02:00
parent 4bc40967c8
commit bc214867b0
2 changed files with 2 additions and 4 deletions

View File

@@ -106,8 +106,6 @@ class OrdersController < ApplicationController
end
# Display order summary
#
#
def show
@tickets = @order.tickets.includes(:ticket_type)
end