|
@@ -508,7 +508,8 @@ class PaypalCycleNotify(View):
|
|
'userID__username', 'userID__region_country',
|
|
'userID__username', 'userID__region_country',
|
|
'create_vod', 'coupon_id')
|
|
'create_vod', 'coupon_id')
|
|
if not order_qs.exists():
|
|
if not order_qs.exists():
|
|
- PAY_LOGGER.info('PayPal周期扣款失败---根据order_id查询订单数据不存在')
|
|
|
|
|
|
+ PAY_LOGGER.info('PayPal周期扣款失败---根据order_id查询订单数据不存在,order_id:{},agreement_id:{}'.
|
|
|
|
+ format(order_id, agreement_id))
|
|
return HttpResponse('fail', status=500)
|
|
return HttpResponse('fail', status=500)
|
|
|
|
|
|
# 判断用户地区是否跟服务器地区匹配
|
|
# 判断用户地区是否跟服务器地区匹配
|