class ActiveMerchant::Billing::BpointGateway::ProcessPaymentResponse
Private Instance Methods
message()
click to toggle source
# File lib/active_merchant/billing/gateways/bpoint.rb, line 254 def message params[:ProcessPaymentResult_AuthorisationResult] end
success?()
click to toggle source
# File lib/active_merchant/billing/gateways/bpoint.rb, line 250 def success? params[:ProcessPaymentResult_ResponseCode] == '0' end