From 629abc4517550cb4af82f3d059da15dc180f265b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 1 Apr 2009 16:33:13 +0000 Subject: [PATCH] Fix a gateway URL issue with the Vendor Payout js. --- docs/changelog/7.x.x.txt | 2 ++ www/extras/VendorPayout/vendorPayout.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 100be3d5d..8a90ecfca 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -20,6 +20,8 @@ need to implement the getRssFeedItems method as explained in AssetAspect/RssFeed.pm - Survey now shows warnings if bad goto, bad gotoExpressions, no question text, survey looping, or no question answers are found. + - fixed: Gateway problem with VendorPayout. + 7.7.1 - the AdSku project: create a Sku that allows buyers to purchase advertising in select AdSpaces at selected priorities - rfe #9353: Welcome message template (SDH Consulting Group) diff --git a/www/extras/VendorPayout/vendorPayout.js b/www/extras/VendorPayout/vendorPayout.js index 8b01d3359..26f381057 100644 --- a/www/extras/VendorPayout/vendorPayout.js +++ b/www/extras/VendorPayout/vendorPayout.js @@ -30,7 +30,7 @@ WebGUI.VendorPayout = function ( containerId ) { this.container.appendChild( this.payoutDetails ); - this.itemBaseUrl = '/?shop=vendor;method=payoutDataAsJSON;'; + this.itemBaseUrl = '?shop=vendor;method=payoutDataAsJSON;'; // Initialise tables this.initialize();