spree_core/app/models/payment/processing.rb
Inspect Code
with tapp
def gateway_action(source, action, success_state)
protect_from_connection_error do
check_environment
response = payment_method.send(action, (amount * 100).round,
source.tapp,
gateway_options)
handle_response(response.tapp, success_state, :failure)
end
end
Pretty-print object on console
Pretty-print object on console
https://github.com/esminc/tapp