Skip to content

Commit ceb7e5b

Browse files
committed
Merge pull request #152 from frewsxcv/patch-2
Fix typo in comment
2 parents 4c451b6 + fa92262 commit ceb7e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payments/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def process(self): # @@@ to complex, fix later # noqa
135135
"charge.refunded",
136136
"charge.dispute.created",
137137
"charge.dispute.updated",
138-
"chagne.dispute.closed",
138+
"charge.dispute.closed",
139139
"customer.created",
140140
"customer.updated",
141141
"customer.deleted",

0 commit comments

Comments
 (0)