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,
|
'amount': amount,
|
||||||
'comment': comment
|
'comment': comment
|
||||||
}
|
}
|
||||||
response = self.__make_request('POST', 'transactions', data=body)
|
response = self.__make_request('POST', '/transactions', data=body)
|
||||||
if not response.ok:
|
if not response.ok:
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user