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