peng 10 mesiacov pred
rodič
commit
a274ce5687
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,