浏览代码

vsees云存

peng 10 月之前
父节点
当前提交
a274ce5687
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/PaymentCycle.py

+ 1 - 1
Controller/PaymentCycle.py

@@ -615,7 +615,7 @@ class PaypalCycleNotify(View):
                     store_meal_name = '未知套餐'
                 Order_Model.objects.create(orderID=orderID, UID=UID, channel=channel, userID_id=userid,
                                            desc=desc, payType=pay_type, payTime=nowTime,
-                                           price=amount.get('total'),
+                                           price=amount.get('total'), app_type=app_type,
                                            currency=order_qs[0]['currency'], addTime=nowTime,
                                            updTime=nowTime, order_type=order_type,
                                            pay_url='', isSelectDiscounts=0, fee=fee,