I am using Instamojo in my application with node js.
How can I enable sandbox mode using instamojo-nodejs
module.
In Instamojo docs they mentioned to replace instamojo.com
with test.instamojo.com
, but with this module only we are mentioning keys to connect Instamojo APIs.
var Insta = require('instamojo-nodejs');
Insta.setKeys(API_KEY, AUTH_KEY);
Here where I can mention the test account.