Made year and month as optional params so the app won't crash. There are only two api calls for GetEMoney available, none without year. Listed below:
'users_getemoney_year' => array('/users/%s/emoney/%s', RequestType::GET),
'users_getemoney_month' => array('/users/%s/emoney/%s/%s', RequestType::GET).
So, if year is not given, it will automatically take the current year.
Made year and month as optional params so the app won't crash. There are only two api calls for GetEMoney available, none without year. Listed below: 'users_getemoney_year' => array('/users/%s/emoney/%s', RequestType::GET), 'users_getemoney_month' => array('/users/%s/emoney/%s/%s', RequestType::GET).
So, if year is not given, it will automatically take the current year.