class OffsitePayments::Integrations::Paydollar::Return

Public Instance Methods

success?() click to toggle source
# File lib/offsite_payments/integrations/paydollar.rb, line 166
def success?
  @params.has_key?('Ref')
end