From 28c01677fefdfce08c6dccaa3ff6c1c63deca922 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Fri, 29 Oct 2021 01:51:58 +0600 Subject: [PATCH] Update payments/core.py Co-authored-by: Hugo Osvaldo Barrera --- payments/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payments/core.py b/payments/core.py index 434281c6c..8533cb14c 100644 --- a/payments/core.py +++ b/payments/core.py @@ -131,7 +131,7 @@ def autocomplete_with_subscription(self, payment): def cancel_subscription(self, subscription): """ Cancel subscription - Used by providers, that use provider initiated subscription workflow + Used by providers, that use provider initiated cancellation workflow """ raise NotImplementedError()