lib/reapal/api/user/contract_query.rb in reapal-0.9.12 vs lib/reapal/api/user/contract_query.rb in reapal-0.9.13
- old
+ new
@@ -41,9 +41,11 @@
if 'P' == res[:result] && '0001' == res[:data][:resultCode]
res[:result] = 'F'
end
+ Reapal.logger.info res
+
res
end
end # module
end