lib/reapal/api/money/withdraw_query.rb in reapal-0.9.12 vs lib/reapal/api/money/withdraw_query.rb in reapal-0.9.13

- old
+ new

@@ -36,9 +36,11 @@ if 'P' == res[:result] && '0003' == res[:data][:resultCode] res[:result] = 'F' end + Reapal.logger.info res + res end end # module end