You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
302 B
8 lines
302 B
6 years ago
|
class WechatPay < ActiveRecord::Base
|
||
|
belongs_to :training
|
||
|
attr_accessible :appid, :bank_type, :cash_fee, :fee_type, :is_subscribe, :mch_id, :nonce_str, :openid,
|
||
|
:out_trade_no, :result_code, :return_code, :time_end, :total_fee, :transaction_id,
|
||
|
:training_id
|
||
|
|
||
|
end
|