diff --git a/lib/bitpay/rest_connector.rb b/lib/bitpay/rest_connector.rb index 2f98c38..a89fd7a 100644 --- a/lib/bitpay/rest_connector.rb +++ b/lib/bitpay/rest_connector.rb @@ -32,7 +32,6 @@ def post(path:, token: nil, params:) urlpath = '/' + path request = Net::HTTP::Post.new urlpath params[:token] = token if token - params[:guid] = SecureRandom.uuid params[:id] = @client_id request.body = params.to_json if token