-
Notifications
You must be signed in to change notification settings - Fork 2
Change Log
Cellvin Chung edited this page Feb 26, 2020
·
1 revision
- 重構與錯誤修正
- Timestamp 由
Time.now.to_i
改為Time.current.to_i
- 交易查詢由
query_trade_info
改用Newebpay::QueryTrade.new
- 信用卡請退款由
close_fund
改用Newebpay::CloseFund.new
- Readme 文字修正
- 信用卡取消授權與信用卡請退款的
number_type
非必填,預設為 1 - 所有商店代號非必填,預設
config/initializers/newebpay.rb
中的merchant_id
- 信用卡取消授權與信用卡請退款的
- 參考5xRuby的spgateway-rails、ZneuRay的spgateway_rails與CalvertYang的spgateway而成,特此感謝前人種樹,後人才有機會造林。