Pārlūkot izejas kodu

添加测试paypal回调

lang 3 gadi atpakaļ
vecāks
revīzija
cecccadeb5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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")