|
@@ -548,7 +548,7 @@ class PaypalCycleNotify(View):
|
|
|
start_date = yesterday.strftime('%Y-%m-%d')
|
|
|
end_date = today.strftime('%Y-%m-%d')
|
|
|
transactions = billing_agreement.search_transactions(start_date, end_date)
|
|
|
- logger.info('--->列出当前扣款事务'.format(transactions))
|
|
|
+ logger.info('--->列出当前扣款事务{}'.format(transactions))
|
|
|
except Exception as e:
|
|
|
logger.info('出错了~查询订阅的事务异常,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
|
|
|
|