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:
parent
52b924638d
commit
08a68f200b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue