module PayzaPayments

require ‘action_view’

Constants

VERSION

Public Class Methods

sandbox!() click to toggle source
# File lib/payza_payments.rb, line 10
def self.sandbox!
  self.sandbox = true
end
sandbox=(boolean) click to toggle source
# File lib/payza_payments.rb, line 14
def self.sandbox=(boolean)
  @@sandbox = boolean
end
sandbox?() click to toggle source
# File lib/payza_payments.rb, line 18
def self.sandbox?
  @@sandbox
end