+ Reply to Thread
Results 1 to 10 of 10

Thread: Protx to Sagepay - New URL's

  1. #1
    Client
    Join Date
    Mar 2005
    Location
    UK
    Posts
    37
    Squirrelcart version
    v3.1.0

    Protx to Sagepay - New URL's

    Since Protx has become Sagepay, they have posted some new urls that should be applied ASAP, link below:

    http://www.sagepay.com/help/faq/new_sage_pay_urls

    I guess it is fairly easy to swap them over, however I wondered whether there was an offical updated gateway file?

    Many thanks

    Tony

  2. #2
    Client SketchWork's Avatar
    Join Date
    Aug 2007
    Posts
    79
    Squirrelcart version
    v3.3.2

    Question

    It does seem to be still working with the old address, but you never quite know when they'll decide to switch the old address off.

  3. #3
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,719
    Squirrelcart version
    v3.3.7
    Thanks for letting us know. I'll work on getting that changed soon.

  4. #4
    Client SketchWork's Avatar
    Join Date
    Aug 2007
    Posts
    79
    Squirrelcart version
    v3.3.2
    Hi Jamie,

    The protx gateway no longer works with the current url address as they have changed over.

    Please can you take a look as we are no longer able to take orders.

    Many thanks,

    Justin

  5. #5
    Client SketchWork's Avatar
    Join Date
    Aug 2007
    Posts
    79
    Squirrelcart version
    v3.3.2
    Hi all,

    I have fixed it in my version. We use Form to capture the ProTx/Sage Pay transaction so we changed the following line as per SagePay document (it's near the bottom of the file):

    File: \squirrelcart\payment_gateways\protx.php

    Change:

    Code:
    $url = $gateway['Test_Mode'] ? 'https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp' : 'https://ukvps.protx.com/vspgateway/service/vspform-register.vsp';
    to:

    Code:
    $url = $gateway['Test_Mode'] ? 'https://test.sagepay.com/gateway/service/vspform-register.vsp' : 'https://live.sagepay.com/gateway/service/vspform-register.vsp';
    But remember this is for Form transactions only not Direct or Server as they have changes that need implementing too.

    Be advised - don't muck around in these files unless you know what you are doing

    Justin

  6. #6
    Client SketchWork's Avatar
    Join Date
    Aug 2007
    Posts
    79
    Squirrelcart version
    v3.3.2
    Hi Jamie,

    I know I have a work around for now, but will this be fixed for the new 3.3.0 version?

    Cheers,

    Justin

  7. #7
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,719
    Squirrelcart version
    v3.3.7
    Yes, it should be.

  8. #8

  9. #9
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,719
    Squirrelcart version
    v3.3.7
    FYI - this is now in the soon to be released v3.3.0.

  10. #10
    Client SketchWork's Avatar
    Join Date
    Aug 2007
    Posts
    79
    Squirrelcart version
    v3.3.2
    Fab! Thanks for the heads up.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts