transactions fix #9

This commit is contained in:
deesiigneer
2022-07-20 22:15:50 +03:00
parent 5c905ea097
commit 479a02b95f

View File

@@ -140,7 +140,7 @@ class SPAPI:
'amount': amount,
'comment': comment
}
response = self.__make_request('POST', 'transactions', data=body)
response = self.__make_request('POST', '/transactions', data=body)
if not response.ok:
return None
try: