omise / omise-node

Omise Node.js Library
https://docs.opn.ooo
101 stars 52 forks source link

Fix GET/DELETE requests contain request body #145

Closed rezigned closed 3 years ago

rezigned commented 3 years ago

Fix the issue where the library sends GET/DELETE requests with request body. We have to convert request body to query string instead.