From aa7be1eb6ab1b4acb76cdea922160ddf2fba73d2 Mon Sep 17 00:00:00 2001 From: Sanasol Date: Wed, 13 Jun 2018 16:16:57 +0300 Subject: [PATCH] remove artefact --- apps/payment/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/payment/views.py b/apps/payment/views.py index f47eef25..82251109 100644 --- a/apps/payment/views.py +++ b/apps/payment/views.py @@ -151,8 +151,6 @@ class SchoolBuyView(TemplateView): @method_decorator(csrf_exempt, name='dispatch') class PaymentwallCallbackView(View): - >> > - def add_months(self, sourcedate, months): month = sourcedate.month - 1 + months year = sourcedate.year + month // 12