Browse Source

添加测试paypal回调

lang 3 years ago
parent
commit
cecccadeb5
1 changed files with 1 additions and 1 deletions
  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")