menu and menu item categories
This commit is contained in:
15
app/controllers/api/bill_controller.rb
Normal file
15
app/controllers/api/bill_controller.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
class Api::Restaurant::BillController < Api::ApiController
|
||||
|
||||
|
||||
#Create invoice based on booking
|
||||
#Output and invoice
|
||||
def create
|
||||
|
||||
end
|
||||
|
||||
|
||||
private
|
||||
def bill_params
|
||||
params.permit(:booking_id, :order_id)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user