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
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue