class MomoPay::Http

Public Class Methods

post(*args) click to toggle source
# File lib/momo_pay/http.rb, line 4
def self.post(*args)
  ::Http.headers(content_type: 'application/json; charset=UTF-8')
    .timeout(60)
    .post(*args)
end