Skip to content

Commit

Permalink
Merge pull request #352 from FulvioAxerve/EditGestpayUrl
Browse files Browse the repository at this point in the history
Update gestpay.rb
  • Loading branch information
zbriscoe authored Jan 20, 2021
2 parents db511d0 + 3573409 commit 6681e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/offsite_payments/integrations/gestpay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module OffsitePayments #:nodoc:
module Integrations #:nodoc:
module Gestpay
mattr_accessor :service_url
self.service_url = 'https://ecomm.sella.it/gestpay/pagam.asp'
self.service_url = 'https://ecomm.sella.it/pagam/pagam.aspx'

def self.notification(post, options = {})
Notification.new(post)
Expand Down

0 comments on commit 6681e0d

Please sign in to comment.