Skip to content

Commit

Permalink
Merge pull request #67 from TimNekk/develop (v1.7.15)
Browse files Browse the repository at this point in the history
Added SPB to PayOk
  • Loading branch information
TimNekk committed Apr 28, 2024
2 parents 4bde417 + 132b8d6 commit 58124ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypayment/providers/payok.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class PayOkPaymentType(Enum):

CARD = "cd"
"""Payment with bank card."""
SBP = "sbp"
"""Payment with SBP."""
QIWI = "qw"
"""Payment with QIWI."""
YOOMONEY = "ym"
Expand Down

0 comments on commit 58124ef

Please sign in to comment.