Skip to content

Commit a0dbc79

Browse files
committed
place order issue fix
1 parent a91d3f0 commit a0dbc79

2 files changed

Lines changed: 2 additions & 2 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 None
356+
return orderResponse
357357

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

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.2",
15+
version="1.5.3",
1616
author="ab-smartapi",
1717
author_email="smartapi.sdk@gmail.com",
1818
description="Angel Broking openApi integration",

0 commit comments

Comments
 (0)