lib/reapal/api/money/deposit_query.rb in reapal-0.9.9 vs lib/reapal/api/money/deposit_query.rb in reapal-0.9.10
- old
+ new
@@ -27,10 +27,10 @@
queryTime: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
}
res = operate_post(:query, service, params, post_path, Http::ErrorCode.deposit_query, ['0000'])
- if 'S' == res[:result] && ('0001' || '0004') == res[:data][:resultCode]
+ if 'P' == res[:result] && ('0001' || '0004') == res[:data][:resultCode]
res[:result] = 'F'
end
res
end