|
@@ -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")
|