Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
123 stars 134 forks source link

Bugfix/345 get e money nr of params #363

Closed SoloJr closed 4 years ago

SoloJr commented 5 years ago

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.

SoloJr commented 5 years ago

I created this branch from the culture one. Because of that, I had to revert one commit.