Issue is a bit obscure, if a token is sent to the 'post' method but the path sent already includes a '?', an error was thrown. This fix places either a '?' or a '&' before the token as appropriate.
8 lines
205 B
Ruby
8 lines
205 B
Ruby
# license Copyright 2011-2014 BitPay, Inc., MIT License
|
|
# see http://opensource.org/licenses/MIT
|
|
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
|
|
|
|
module BitPay
|
|
VERSION = '2.4.2'
|
|
end
|