Mangopay / mangopay2-php-sdk

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

initialize Sorting::_sortFields to avoid an error when calling GetSortParameter() #422

Closed mathroc closed 4 years ago

mathroc commented 4 years ago

Maybe GetSortParameter should return an empty array if _sortFields is empty

But I think it’s good practice to have the initialize the array anyway