Fix a gateway URL issue with the Vendor Payout js.

This commit is contained in:
Colin Kuskie 2009-04-01 16:33:13 +00:00
parent 81de68aca5
commit 629abc4517
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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();