-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Scenario: Add stripe_landing=login parameter to the OAuth uri oauth.code.getUri()+'&stripe_landing=login'
Click on Cancel and go back button
server.js line 30
if (req.query.error) return response.render('connected', { error: req.query.error });
Need to be replaced with
if (req.query.error) return res.render('connected', { error: req.query, });

Metadata
Metadata
Assignees
Labels
No labels