lib/reapal/api/money/deposit_query.rb in reapal-0.9.12 vs lib/reapal/api/money/deposit_query.rb in reapal-0.9.13
- old
+ new
@@ -31,9 +31,11 @@
if 'P' == res[:result] && ('0001' || '0004') == res[:data][:resultCode]
res[:result] = 'F'
end
+ Reapal.logger.info res
+
res
end
end # module
end