Updated request src for signup with stripe checkout

no refs

- Custom requestSrc was not passed when a plan was checkout during signup, which didn't trigger the custom portal action param
This commit is contained in:
Rish 2020-11-06 19:35:25 +05:30
parent fb698ad972
commit b3d063b836

View File

@ -150,6 +150,7 @@ function setupGhostApi({siteUrl = window.location.origin}) {
identity: identity,
metadata: {
name,
requestSrc: 'portal',
...metadata
},
successUrl,