Widget: Pass referer to cart session

This commit is contained in:
Raphael Michel
2020-02-13 09:58:08 +01:00
parent d0794d7b94
commit 65db8cd583

View File

@@ -5,7 +5,9 @@
window.PretixWidget = {
'build_widgets': true,
'widget_data': {}
'widget_data': {
'referer': location.href
}
};
var Vue = module.exports;