We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86300f2 commit 28c0167Copy full SHA for 28c0167
payments/core.py
@@ -131,7 +131,7 @@ def autocomplete_with_subscription(self, payment):
131
def cancel_subscription(self, subscription):
132
"""
133
Cancel subscription
134
- Used by providers, that use provider initiated subscription workflow
+ Used by providers, that use provider initiated cancellation workflow
135
136
raise NotImplementedError()
137
0 commit comments