Class: Micropayment::Config
- Inherits:
-
Object
- Object
- Micropayment::Config
- 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_param ⇒ Object
12 13 14 |
# File 'lib/services/config.rb', line 12 def sandbox_param sandbox ? 1 : nil end |