Error placing NMRL Order

Anshu
When I try to place NMRL type order I get 'Invalid product' error
Here is my request I make to place order


$order_id = $kite->orderPlace([
"tradingsymbol" => "NIFTY18JAN11000PE",
"exchange" => "NFO",
"quantity" => "1",
"transaction_type" => "BUY",
"order_type" => "MARKET",
"product" => "NMRL",
'price' => "0",
'disclosed_quantity' => "1",
'validity' => 'DAY'
], 'regular');
print_r($order_id);


Error I get


Fatal error: Uncaught InputException (400) 'Invalid product'

thrown in /var/www/html/testtrading.in/kiteconnect.php on line 669


This discussion has been closed.