mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
transactions fix #9
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user