logger
This commit is contained in:
@@ -174,7 +174,9 @@ class OrderReservation < ApplicationRecord
|
|||||||
callback_response = send_status_to_ordering(order.callback_url,order.transaction_ref,DELIVERED)
|
callback_response = send_status_to_ordering(order.callback_url,order.transaction_ref,DELIVERED)
|
||||||
#order reservation status updated
|
#order reservation status updated
|
||||||
update_order_reservation(order.id, saleObj.sale_id, DELIVERED)
|
update_order_reservation(order.id, saleObj.sale_id, DELIVERED)
|
||||||
Rails.logger.debug "@@@@ receipt_bill :: " + receipt_bill
|
Rails.logger.debug "@@@@ receipt_bill :: "
|
||||||
|
Rails.logger.debug receipt_bill
|
||||||
|
|
||||||
if receipt_bill == 1
|
if receipt_bill == 1
|
||||||
#receipt bill pdf setting
|
#receipt bill pdf setting
|
||||||
# get printer info
|
# get printer info
|
||||||
|
|||||||
Reference in New Issue
Block a user