瀏覽代碼

fix: 修正

gatsby 3 周之前
父節點
當前提交
4a83c21074
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      backend/app/plugin/module_payment/notification/handlers/order_handler.py

+ 0 - 7
backend/app/plugin/module_payment/notification/handlers/order_handler.py

@@ -72,13 +72,6 @@ class OrderHandler(BaseHandler[dict]):
             "shop_name": data.shop_name,
             "gmt_payment": datetime.strptime(data.gmt_create, "%Y-%m-%d %H:%M:%S") if data.gmt_create else None,
             "fund_channel": data.fund_channel,
-            "ext_infos": {
-                "action": data.action,
-                "employee_id": data.employee_id,
-                "out_biz_no": data.out_biz_no,
-                "invoice_status": data.invoice_status,
-                "ext_info": data.ext_info,
-            },
         }
 
         await order_crud.create_or_update(data.order_no, order_data)