Added support for entryId in affiliate links.
This commit is contained in:
@@ -38,6 +38,7 @@ export function getAffiliateSceneUrl(scene) {
|
||||
scenePath: scene.affiliate.parameters.prefixSlash
|
||||
? scenePath
|
||||
: scenePath.replace(/^\//, ''),
|
||||
entryId: scene.entryId,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user