Skip to content

Commit ec8498a

Browse files
authored
Merge pull request #1 from SettleAPI/rexgnu-patch-1
Update acceptance.js
2 parents b52d646 + d144de7 commit ec8498a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/acceptance.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
var url = [
7777
'https://',
7878
config.baseUrl,
79-
'?apn=' + config.apn,
79+
'?link=' +
80+
encodeURIComponent('https://' + config.env + '://qr/' + shortlinkUrl),
81+
'&apn=' + config.apn,
8082
'&ibi=' + config.ibi,
8183
'&isi=' + config.isi,
8284
'&ius=eu.settle.app.firebaselink',
83-
'&link=' +
84-
encodeURIComponent('https://' + config.env + '://qr/' + shortlinkUrl),
8585
].join('');
8686

8787
exports.redirect_to(url);

0 commit comments

Comments
 (0)