We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52d646 commit d144de7Copy full SHA for d144de7
1 file changed
src/acceptance.js
@@ -76,12 +76,12 @@
76
var url = [
77
'https://',
78
config.baseUrl,
79
- '?apn=' + config.apn,
+ '?link=' +
80
+ encodeURIComponent('https://' + config.env + '://qr/' + shortlinkUrl),
81
+ '&apn=' + config.apn,
82
'&ibi=' + config.ibi,
83
'&isi=' + config.isi,
84
'&ius=eu.settle.app.firebaselink',
- '&link=' +
- encodeURIComponent('https://' + config.env + '://qr/' + shortlinkUrl),
85
].join('');
86
87
exports.redirect_to(url);
0 commit comments