Skip to content

Commit

Permalink
Update payments/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Osvaldo Barrera <[email protected]>
  • Loading branch information
Asif Saif Uddin and Hugo Osvaldo Barrera authored Oct 28, 2021
1 parent 86300f2 commit 28c0167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payments/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 28c0167

Please sign in to comment.