Method: Magpie::TenpayModel#notify
- Defined in:
- lib/models/tenpay.rb
#notify ⇒ Object
65 66 67 68 69 70 71 72 73 74 75 76 |
# File 'lib/models/tenpay.rb', line 65 def notify @notify ||= { "cmdno" => cmdno, "pay_result" => pay_result, "date" => date, "transaction_id" => transaction_id, "sp_billno" => sp_billno, "total_fee" => total_fee, "fee_type" => fee_type, "attach" => attach, "sign" => notify_sign } end |