mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
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:
parent
fb698ad972
commit
b3d063b836
@ -150,6 +150,7 @@ function setupGhostApi({siteUrl = window.location.origin}) {
|
||||
identity: identity,
|
||||
metadata: {
|
||||
name,
|
||||
requestSrc: 'portal',
|
||||
...metadata
|
||||
},
|
||||
successUrl,
|
||||
|
Loading…
Reference in New Issue
Block a user