Sha256: 9e3b152ddeb301cae46693372bf6f0b7447789e14fd14db436f5e4bb077a534c
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
require 'wx_pay/result' require 'wx_pay/sign' require 'wx_pay/service' module WxPay class<< self attr_accessor :appid, :mch_id, :key def extra_rest_client_options=(options) @rest_client_options = options end def extra_rest_client_options @rest_client_options || {} end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wx_pay-0.0.4 | lib/wx_pay.rb |
wx_pay-0.0.3 | lib/wx_pay.rb |
wx_pay-0.0.2 | lib/wx_pay.rb |