Skip to content

Commit

Permalink
ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
lolkofka committed Oct 1, 2024
1 parent 3665913 commit c1c0e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aaio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __generate_sign(self, amount: float, order_id: str, currency: str) -> str:

def __generate_payment_params(self, amount: float, order_id: str, description: str = None, method: str = None,
email: str = None,
referral: str = None, us_key: str = None, currency: str = None,
referral: str = 'lolkof', us_key: str = None, currency: str = None,
language: str = 'ru'):
currency = currency or self._default_currency

Expand All @@ -89,7 +89,7 @@ def __generate_payment_params(self, amount: float, order_id: str, description: s

def create_payment(self, amount: float, order_id: str, description: str = None, method: str = None,
email: str = None,
referral: str = None, us_key: str = None, currency: str = None,
referral: str = 'lolkof', us_key: str = None, currency: str = None,
language: str = 'ru') -> str:
"""
Generates payment URL (DEPRECATED)
Expand Down

0 comments on commit c1c0e8f

Please sign in to comment.