Module: Vantiv::Paypage
- Defined in:
- lib/vantiv/paypage.rb
Class Method Summary collapse
Class Method Details
.payframe_js ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/vantiv/paypage.rb', line 3 def self.payframe_js if Vantiv::Environment.production? "https://request.securepaypage-litle.com/LitlePayPage/js/payframe-client.min.js" else "https://request-prelive.np-securepaypage-litle.com/LitlePayPage/js/payframe-client.min.js" end end |