Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madprogrammer committed Oct 22, 2018
1 parent 82057f4 commit fe618f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sberbank/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def mobile_pay(self, amount, token, ip, **kwargs):
if kwargs.get('description'):
data.update({'description': kwargs.get('description')})

return self.execute_request(data, "payment", payment)
return self.execute_request(data, method, payment)

def pay(self, amount, preauth=False, **kwargs):
session_timeout = self.merchant.get('session_timeout', self.__default_session_timeout)
Expand Down

0 comments on commit fe618f1

Please sign in to comment.