浏览代码

网页多通道客户tags标签webLogin

linhaohong 6 月之前
父节点
当前提交
cb8d1fe35b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/ShopifyController.py

+ 1 - 0
Controller/ShopifyController.py

@@ -444,6 +444,7 @@ class ShopifyView(View):
         customer_data = {
             "email": email,
             "created_at": timestamp,
+            "tag_string": "webLogin",
         }
         if iso2 in ["de", "jp"]:
             secret_key = f"{iso2}_multipass_secret"