Class: Micropayment::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/services/config.rb

Constant Summary collapse

BASE_URL =
'https://webservices.micropayment.de/public/'
VALID_OPTION_KEYS =
[ :complete, :api_key, :sandbox ]

Class Method Summary collapse

Class Method Details

.sandbox_paramObject



12
13
14
# File 'lib/services/config.rb', line 12

def sandbox_param
  sandbox ? 1 : nil
end