bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
165 stars 149 forks source link

Fixed token check in get invoices method for public facade calls #243

Closed hmark closed 6 years ago

hmark commented 7 years ago

get invoice api could be called using Merchant and Public facade but the method does not handle correctly Public facade calls as it fails on token condition check if there is none.