Class: Gestpay::Iframe

Inherits:
Object
  • Object
show all
Defined in:
lib/gestpay/iframe.rb

Constant Summary collapse

FALLBACK_URL =
{
  :test       => 'https://testecomm.sella.it/pagam/pagam.aspx',
  :production => 'https://ecomm.sella.it/pagam/pagam.aspx'      
}

Class Method Summary collapse

Class Method Details

.fallback_urlObject



9
10
11
# File 'lib/gestpay/iframe.rb', line 9

def self.fallback_url
  FALLBACK_URL[Gestpay.config.environment]
end