Sha256: d45b3dd0d461af2fe9cd531906124c412a466d3eb76bedfc7ff9598e8c2fe4d8
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
require 'wx_pay/utils' require 'wx_pay/sign' require 'wx_pay/service' require 'wx_pay/notify' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wx_pay-0.0.1 | lib/wx_pay.rb |