I've been using Authy based TOTP authentication for last 5-6 months for API access.
Trust me it's as seamless as without, with the added peace of having another layer of security.
I have the Authy app on 2 devices for token generation, just in case.…
Thanks for pointing out the problem area.
Seems changing the regex in
$payload = preg_replace("/%5B(\d+?)%5D/", "", $payload);
with
$payload = preg_replace("/%5B([\d+])?([\.\d])%5D/", "", $payload);;
seems to fix my particular issue.
Hope it does…
Hi,
Can some one from Zerodha please respond to this.
My code currently looks like this, which is not very pleasing.
$tillZerodhaFolksWontFixThisGTTBug = ($thisPrice == round($thisPrice));
if ($tillZerodhaFolksWontFixThisGTTBug) {
...
} else {
...…
any idea if GTT is planned to be added to Kite Publisher. It would be helpful for long term stock buy/sell recommendation at a predetermined price, rather than just add to watchlist.