|
@@ -321,6 +321,8 @@ class PaypalCycleNotify(View):
|
|
|
|
|
|
# 订阅续费订单(如果完成周期数`不是0, 则说明是续费订单,)
|
|
# 订阅续费订单(如果完成周期数`不是0, 则说明是续费订单,)
|
|
if billing_agreement.agreement_details.cycles_completed == '0':
|
|
if billing_agreement.agreement_details.cycles_completed == '0':
|
|
|
|
+ logger.info('----billing_agreement----')
|
|
|
|
+ logger.info(billing_agreement)
|
|
logger.info('订阅续费订单完成周期数==0,结束')
|
|
logger.info('订阅续费订单完成周期数==0,结束')
|
|
return HttpResponse('success')
|
|
return HttpResponse('success')
|
|
oldOrderID = billing_agreement.description
|
|
oldOrderID = billing_agreement.description
|