Adding nil customer value to mock bitcoin receiver hash

This commit is contained in:
Michael Bianco 2016-01-06 21:47:32 -05:00
parent c259547dd7
commit 2255dd73a8

View File

@ -458,6 +458,7 @@ module Stripe
:description => 'some details',
:metadata => {},
:object => 'bitcoin_receiver',
:customer => nil,
:transactions => make_bitcoin_transaction_array
}.merge(params)
end