瀏覽代碼

添加测试paypal回调

lang 3 年之前
父節點
當前提交
cecccadeb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/PaymentCycle.py

+ 1 - 1
Controller/PaymentCycle.py

@@ -473,7 +473,7 @@ class PaypalCycleNotify(View):
 
     def do_test(self, request_dict, request, response):
         logger = logging.getLogger('info')
-        logger.info('---into---webhook_notify-------')
+        logger.info('---into---webhook_notify--------')
         logger.info('---request_dict-------')
         logger.info(request_dict)
         json_agreement_str = request.body.decode("utf-8")