class Micropayment::Config

Constants

BASE_URL
VALID_OPTION_KEYS

Public Class Methods

sandbox_param() click to toggle source
# File lib/services/config.rb, line 12
def sandbox_param
  sandbox ? 1 : nil
end