From 5e7d5fb8822b97c8c34ade158151f27ace3af412 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Wed, 19 Oct 2016 10:25:48 +0200 Subject: [PATCH] Config: Enable Apple Pay tracking on production --- config/production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.json b/config/production.json index a2c70356a6da3..312f546f2875e 100644 --- a/config/production.json +++ b/config/production.json @@ -13,7 +13,7 @@ "features": { "accept-invite": true, "ad-tracking": true, - "apple-pay": false, + "apple-pay": true, "catch-js-errors": true, "code-splitting": true, "community-translator": true,