I have already checked that this Publisher app has status "Active" in https://developers.kite.trade/apps . This was working fine until Friday. Please check.
Now, the login has started working again. But the quantities for commodities are not getting correctly set in the basket.
On adding commodities , the quantity is being incorrectly set to the commodity multiplier value instead of the passed value. For e.g. , for NATURALGAS18APRFUT, if we set quantity to 1 in kite.add() , the quantity that shows up in the basket is 1250.
{"status":"error","message":"Invalid orders payload.","data":null,"error_type":"InputException"}
On adding commodities , the quantity is being incorrectly set to the commodity multiplier value instead of the passed value.
For e.g. , for NATURALGAS18APRFUT, if we set quantity to 1 in
kite.add()
, the quantity that shows up in the basket is 1250.