gatsby il y a 3 semaines
Parent
commit
4a83c21074

+ 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)