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