Both post and get requests assumed that the response from the server would include a "data" field, which is not the case. Moved handling of the data element back into the invoice and pairing methods. bumped gem version to 2.4.1
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.1'
|
|
end
|