$api = Instamojo\Instamojo::init('app',[ "client_id" => 'XXX', "client_secret" => 'XXX', ],true); why is $api is empty, can someone help i have removed the client_id and client_secret for security pupose
$api = Instamojo\Instamojo::init('app',[
"client_id" => 'XXX',
"client_secret" => 'XXX',
],true);