class Gestpay::Iframe

Constants

FALLBACK_URL
PAYMENT_3D_URL

Public Class Methods

fallback_url() click to toggle source
# File lib/gestpay/iframe.rb, line 14
def self.fallback_url
  FALLBACK_URL[Gestpay.config.environment]
end
payment_3d_url() click to toggle source
# File lib/gestpay/iframe.rb, line 18
def self.payment_3d_url
  PAYMENT_3D_URL[Gestpay.config.environment]
end