You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def _make_signature(self, *args):
text = "".join(x for x in args)
text = joined_fields.encode("utf-8")
return base64.b64encode(hashlib.sha1(text).digest()).decode("ascii")
TypeError: LiqPay._make_signature() takes 3 positional arguments but 4 were given
liqpay3.py:
or
The text was updated successfully, but these errors were encountered: