Index: protx.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/protx/protx.module,v
retrieving revision 1.1.4.3.2.1
diff -u -p -r1.1.4.3.2.1 protx.module
--- protx.module	22 May 2007 21:22:35 -0000	1.1.4.3.2.1
+++ protx.module	8 Jul 2008 19:20:45 -0000
@@ -148,19 +148,19 @@ function protx_get_urls($mode) {
     case 1:
       $urls = array(
         'PurchaseURL' => "https://ukvpstest.protx.com/VSPSimulator/VSPDirectGateway.asp",
-        'RefundURL' => "https://ukvpstest.protx.com/VSPSimulator/VSPServerGateway.asp?Service=VendorRefundTx",
-        'ReleaseURL' => "https://ukvpstest.protx.com/VSPSimulator/VSPServerGateway.asp?Service=VendorReleaseTx",
-        'RepeatURL' => "https://ukvpstest.protx.com/VSPSimulator/VSPServerGateway.asp?Service=VendorRepeatTx"
+        'RefundURL'   => "https://ukvpstest.protx.com/VSPSimulator/VSPServerGateway.asp?Service=VendorRefundTx",
+        'ReleaseURL'  => "https://ukvpstest.protx.com/VSPSimulator/VSPServerGateway.asp?Service=VendorReleaseTx",
+        'RepeatURL'   => "https://ukvpstest.protx.com/VSPSimulator/VSPServerGateway.asp?Service=VendorRepeatTx"
       );
       break;
 
     // Test-site
     case 2:
       $urls = array(
-        'PurchaseURL' => "https://ukvpstest.protx.com/VPSDirectAuth/PaymentGateway.asp",
-        'RefundURL' => "https://ukvpstest.protx.com/vps200/dotransaction.dll?Service=VendorRefundTx",
-        'ReleaseURL' => "https://ukvpstest.protx.com/vps200/dotransaction.dll?Service=VendorReleaseTx",
-        'RepeatURL' => "https://ukvpstest.protx.com/vps200/dotransaction.dll?Service=VendorRepeatTx"
+        'PurchaseURL' => "https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp",
+        'RefundURL'   => "https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp?Service=VendorRefundTx",
+        'ReleaseURL'  => "https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp?Service=VendorReleaseTx",
+        'RepeatURL'   => "https://ukvpstest.protx.com/vspgateway/service/vspdirect-register.vsp?Service=VendorRepeatTx"
       );
       break;
 
@@ -168,10 +168,10 @@ function protx_get_urls($mode) {
     default:
     case 0:
       $urls = array(
-        'PurchaseURL' => "https://ukvps.protx.com/VPSDirectAuth/PaymentGateway.asp",
-        'RefundURL' => "https://ukvps.protx.com/vps200/dotransaction.dll?Service=VendorRefundTx",
-        'ReleaseURL' => "https://ukvps.protx.com/vps200/dotransaction.dll?Service=VendorReleaseTx",
-        'RepeatURL' => "https://ukvps.protx.com/vps200/dotransaction.dll?Service=VendorRepeatTx"
+        'PurchaseURL' => "https://ukvps.protx.com/vspgateway/service/vspdirect-register.vsp",
+        'RefundURL'   => "https://ukvps.protx.com/vspgateway/service/vspdirect-register.vsp?Service=VendorRefundTx",
+        'ReleaseURL'  => "https://ukvps.protx.com/vspgateway/service/vspdirect-register.vsp?Service=VendorReleaseTx",
+        'RepeatURL'   => "https://ukvps.protx.com/vspgateway/service/vspdirect-register.vsp?Service=VendorRepeatTx"
       );
       break;
   }
@@ -943,4 +943,4 @@ function protx_release($transaction) {
   		break;
 	}
 
-}
\ No newline at end of file
+}
