Class ActiveMerchant::Billing::Integrations::Quickpay::Notification
In: lib/active_merchant/billing/integrations/quickpay/notification.rb
Parent: ActiveMerchant::Billing::Integrations::Notification

Methods

Constants

MD5_CHECK_FIELDS = [ :msgtype, :ordernumber, :amount, :currency, :time, :state, :chstat, :chstatmsg, :qpstat, :qpstatmsg, :merchant, :merchantemail, :transaction, :cardtype, :cardnumber, :testmode

Public Instance methods

Quickpay doesn‘t do acknowledgements of callback notifications Instead it uses and MD5 hash of all parameters

[Validate]