Method: Klarna::Checkout::Client#host
- Defined in:
- lib/klarna/checkout/client.rb
#host ⇒ Object
34 35 36 37 38 39 40 |
# File 'lib/klarna/checkout/client.rb', line 34 def host if environment == :production 'https://checkout.klarna.com' else 'https://checkout.testdrive.klarna.com' end end |