Updated Portal to handle custom products/prices

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

Bumped Portal to 1.3.0, which introduces handling for custom products and prices.
This commit is contained in:
Rishabh 2021-05-10 23:15:49 +05:30
parent e73d26d9da
commit bf64ca697c

View File

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