From 479a02b95fcffdfecf2f67be150f327c10840a8a Mon Sep 17 00:00:00 2001 From: deesiigneer Date: Wed, 20 Jul 2022 22:15:50 +0300 Subject: [PATCH] transactions fix #9 --- pyspapi/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyspapi/api.py b/pyspapi/api.py index 9669e79..05d56a6 100644 --- a/pyspapi/api.py +++ b/pyspapi/api.py @@ -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: