Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madprogrammer committed Nov 25, 2018
1 parent abe094d commit 6c987ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sberbank/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def mobile_pay(self, amount, token, ip, **kwargs):

payment.save()
if payment.status != Status.FAILED:
payment = check_status(payment.uid)
payment = self.check_status(payment.uid)
return payment, response

def pay(self, amount, preauth=False, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools

setuptools.setup(name='django-sberbank',
version='0.2.28',
version='0.2.29',
description='Django app for Sberbank payments',
url='http://github.com/madprogrammer/django-sberbank',
author='Sergey Anufrienko',
Expand Down

0 comments on commit 6c987ea

Please sign in to comment.