From 83ebfbf24ce13f712daa2764b4198000ca1ca40b Mon Sep 17 00:00:00 2001 From: Bob Date: Thu, 23 Mar 2017 19:37:15 -0500 Subject: [PATCH] AT: font and colors code is safe now, relaunching AT (#12489) --- config/production.json | 2 +- config/stage.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/production.json b/config/production.json index 44c7d3b2704c0..507fcdf13d189 100644 --- a/config/production.json +++ b/config/production.json @@ -14,7 +14,7 @@ "features": { "ad-tracking": true, "apple-pay": true, - "automated-transfer": false, + "automated-transfer": true, "catch-js-errors": true, "code-splitting": true, "community-translator": true, diff --git a/config/stage.json b/config/stage.json index a0adac52e9af5..840ef02ee0da2 100644 --- a/config/stage.json +++ b/config/stage.json @@ -16,7 +16,7 @@ "features": { "ad-tracking": false, "apple-pay": true, - "automated-transfer": false, + "automated-transfer": true, "catch-js-errors": true, "code-splitting": true, "community-translator": true,