diff --git a/common/app/model/dotcomrendering/DotcomTagPagesRenderingDataModel.scala b/common/app/model/dotcomrendering/DotcomTagPagesRenderingDataModel.scala index 4978091990c0..4a76a7bf9761 100644 --- a/common/app/model/dotcomrendering/DotcomTagPagesRenderingDataModel.scala +++ b/common/app/model/dotcomrendering/DotcomTagPagesRenderingDataModel.scala @@ -63,6 +63,7 @@ object DotcomTagPagesRenderingDataModel { "pageFooter" -> model.pageFooter, "isAdFreeUser" -> model.isAdFreeUser, "canonicalUrl" -> model.canonicalUrl, + "contributionsServiceUrl" -> model.contributionsServiceUrl, ) } }