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