mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da86771e3c | ||
|
|
479a02b95f |
@@ -1,3 +1,3 @@
|
|||||||
from .api import *
|
from .api import *
|
||||||
|
|
||||||
__version__ = "2.1.1"
|
__version__ = "2.1.2"
|
||||||
|
|||||||
@@ -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