0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Added portal redirect for first version of offers

refs https://github.com/TryGhost/Team/issues/1086

- bumps portal to handle offers link which redirects to stripe checkout with coupon applied
- uses hardcoded coupon value for prototype
This commit is contained in:
Rishabh 2021-09-28 18:33:47 +05:30
parent 52b924638d
commit 08a68f200b

View file

@ -121,7 +121,7 @@
"emailAnalytics": true "emailAnalytics": true
}, },
"portal": { "portal": {
"url": "https://unpkg.com/@tryghost/portal@~1.10.0/umd/portal.min.js", "url": "https://unpkg.com/@tryghost/portal@~1.11.0/umd/portal.min.js",
"version": "1.10" "version": "1.11"
} }
} }