Sha256: af416d5eb51f444688ce4909974bc4fd3f06fb1ed1bb0673548cc792efba3d86

Contents?: true

Size: 196 Bytes

Versions: 1

Compression:

Stored size: 196 Bytes

Contents

if ENV['HTTP_PROXY'].present?
  uri = URI.parse(ENV['HTTP_PROXY'])
  ActiveMerchant::Billing::FlowGateway.proxy_address = uri.host
  ActiveMerchant::Billing::FlowGateway.proxy_port = uri.port
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-flow_io-1.2.1 config/initializers/payment_proxy.rb