Skip to content

Commit

Permalink
Update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jherreraa committed Nov 13, 2024
1 parent 6fbb5a7 commit 84f64d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/active_merchant/billing/gateways/hps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class HpsGateway < Gateway
self.live_url = 'https://posgateway.secureexchange.net/Hps.Exchange.PosGateway/PosGatewayService.asmx?wsdl'
self.test_url = 'https://posgateway.cert.secureexchange.net/Hps.Exchange.PosGateway/PosGatewayService.asmx?wsdl'
self.live_url = 'https://api2.heartlandportico.com/hps.exchange.posgateway/posgatewayservice.asmx'
self.test_url = 'https://cert.api2.heartlandportico.com/Hps.Exchange.PosGateway/PosGatewayService.asmx'

self.supported_countries = ['US']
self.default_currency = 'USD'
Expand Down

0 comments on commit 84f64d2

Please sign in to comment.