lib/reapal/api/money/sub_account.rb in reapal-0.3.0 vs lib/reapal/api/money/sub_account.rb in reapal-0.9.0
- old
+ new
@@ -41,10 +41,10 @@
res = operate_post(:operate, service, params, post_path, Http::ErrorCode.sub_account, ['0000'])
if 'S' == res[:result] && '0001' == res[:data][:resultCode]
res[:result] = 'F'
end
-
+
res
end
end # module
end