From 2861f07a0a146a05d890a9b77e4e58e5e1aaf8dc Mon Sep 17 00:00:00 2001 From: phyusin Date: Mon, 10 Dec 2018 16:14:50 +0630 Subject: [PATCH] print func: --- app/controllers/origami/payments_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/origami/payments_controller.rb b/app/controllers/origami/payments_controller.rb index 46c3f8f1..11c91a2b 100755 --- a/app/controllers/origami/payments_controller.rb +++ b/app/controllers/origami/payments_controller.rb @@ -709,7 +709,8 @@ class Origami::PaymentsController < BaseOrigamiController :printer_model => print_settings.brand_name, :printer_url => print_settings.api_settings } - + Rails.logger.debug "$$$$$$$$$ result ::" + Rails.logger.debug result # Mobile Print render :json => result.to_json # render :json => {status: true}