Fix a gateway URL issue with the Vendor Payout js.
This commit is contained in:
parent
81de68aca5
commit
629abc4517
2 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,8 @@
|
||||||
need to implement the getRssFeedItems method as explained in AssetAspect/RssFeed.pm
|
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,
|
- Survey now shows warnings if bad goto, bad gotoExpressions, no question text, survey looping,
|
||||||
or no question answers are found.
|
or no question answers are found.
|
||||||
|
- fixed: Gateway problem with VendorPayout.
|
||||||
|
|
||||||
7.7.1
|
7.7.1
|
||||||
- the AdSku project: create a Sku that allows buyers to purchase advertising in select AdSpaces at selected priorities
|
- 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)
|
- rfe #9353: Welcome message template (SDH Consulting Group)
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ WebGUI.VendorPayout = function ( containerId ) {
|
||||||
this.container.appendChild( this.payoutDetails );
|
this.container.appendChild( this.payoutDetails );
|
||||||
|
|
||||||
|
|
||||||
this.itemBaseUrl = '/?shop=vendor;method=payoutDataAsJSON;';
|
this.itemBaseUrl = '?shop=vendor;method=payoutDataAsJSON;';
|
||||||
|
|
||||||
// Initialise tables
|
// Initialise tables
|
||||||
this.initialize();
|
this.initialize();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue