From 373a485d0b96b4efc048c4e5baaf8ffabd65fe35 Mon Sep 17 00:00:00 2001 From: William Kwon Date: Fri, 31 Jan 2020 11:46:53 -0800 Subject: [PATCH] fix: add account_payment_methods_v2 to theme config schema --- lib/themeConfig.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/themeConfig.schema.json b/lib/themeConfig.schema.json index 6307121b..00fdbceb 100644 --- a/lib/themeConfig.schema.json +++ b/lib/themeConfig.schema.json @@ -60,7 +60,8 @@ "pixel_pop", "account_payment_methods", "enhanced_ecommerce", - "csrf_protection" + "csrf_protection", + "account_payment_methods_v2" ] }, "uniqueItems": true,