ricbra / php-discogs-api

PHP 5.4 Implementation of the Discogs API
MIT License
152 stars 96 forks source link

added curr_abbr query param to getRelease #42

Closed schnubor closed 8 years ago

schnubor commented 8 years ago

Hi,

Discogs updated their release endpoint a little. You can now provide an optional curr_abbr parameter since they now also return a lowest_price, which is pretty neat imho. Works pretty good in my little project.

Cheers, Christian

ricbra commented 8 years ago

Thanks @schnubor

Could you also update the unit test for the release endpoint?

schnubor commented 8 years ago

@ricbra Ok, I updated the tests. Check again? :)

ricbra commented 8 years ago

Thanks @schnubor !