api_controller
This commit is contained in:
@@ -2,6 +2,7 @@ class Api::BillController < Api::ApiController
|
||||
|
||||
#Create invoice based on booking
|
||||
#Output and invoice
|
||||
|
||||
def create
|
||||
@status = false
|
||||
@error_message = "Order ID or Booking ID is require to request for a bill."
|
||||
|
||||
Reference in New Issue
Block a user