Skip to content

Commit 998084d

Browse files
committed
placeOrderIssueFix
1 parent a0dbc79 commit 998084d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

SmartApi/smartConnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def placeOrderFullResponse(self,orderparams):
353353
logger.error(f"Invalid response format: {response}")
354354
else:
355355
logger.error(f"API request failed: {response}")
356-
return orderResponse
356+
return response
357357

358358
def modifyOrder(self,orderparams):
359359
params = orderparams

SmartApi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = "Angel Broking openApi integration"
33
__url__ = "https://www.angelbroking.com/"
44
__download_url__ = "https://github.com/angel-one/smartapi-python"
5-
__version__ = "1.5.2"
5+
__version__ = "1.5.3"
66
__author__ = "ab-smartapi"
77
__token__ = "ab-smartapi"
88
__author_email__ = "smartapi.sdk@gmail.com"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="smartapi-python",
15-
version="1.5.3",
15+
version="1.5.4",
1616
author="ab-smartapi",
1717
author_email="smartapi.sdk@gmail.com",
1818
description="Angel Broking openApi integration",

0 commit comments

Comments
 (0)