Inconsistent error message thrown
Closed this issue · 2 comments
rizdaprasetya commented
This line throws lack of API response
on the err msg
veritrans-ruby/lib/veritrans/client.rb
Line 129 in 916b1cb
Should have throw consistent err msg with this line
veritrans-ruby/lib/veritrans/client.rb
Line 139 in 916b1cb
rizdaprasetya commented
Can also refer to this as example
https://github.com/Midtrans/midtrans-nodejs-client/blob/bd7ad516f13c08c88847bff6c8962ab1fac55487/lib/httpClient.js#L71-L90
Andrenzo17 commented
Thank you for finding and example kak,
i have done to fix the inconsitent error message
13d4791