Commit f305e18b300fd5cefa0559d2b9759887de1bb869

Authored by Theo
1 parent 9752fa11
Exists in master

remove transaction_id & out_trade_no from INVOKE_REFUND_REQUIRED_FIELDS

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/wx_pay/service.rb
... ... @@ -38,7 +38,7 @@ module WxPay
38 38 params
39 39 end
40 40  
41   - INVOKE_REFUND_REQUIRED_FIELDS = %i(transaction_id out_trade_no out_refund_no total_fee refund_fee)
  41 + INVOKE_REFUND_REQUIRED_FIELDS = %i(out_refund_no total_fee refund_fee)
42 42 def self.invoke_refund(params)
43 43 params = {
44 44 appid: WxPay.appid,
... ...