Allow welcome_page_url to be set on Tiers

refs https://github.com/TryGhost/Team/issues/1168
This commit is contained in:
Fabien "egg" O'Carroll 2022-01-27 16:33:17 +02:00
parent 5e11a2e5c0
commit c50e6358dc

View File

@ -252,7 +252,8 @@ class ProductRepository {
let productData = {
name: data.name,
description: data.description,
benefits: data.benefits
benefits: data.benefits,
welcome_page_url: data.welcome_page_url
};
if (Reflect.has(data, 'active')) {