mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Adding nil customer value to mock bitcoin receiver hash
This commit is contained in:
parent
c259547dd7
commit
2255dd73a8
@ -458,6 +458,7 @@ module Stripe
|
||||
:description => 'some details',
|
||||
:metadata => {},
|
||||
:object => 'bitcoin_receiver',
|
||||
:customer => nil,
|
||||
:transactions => make_bitcoin_transaction_array
|
||||
}.merge(params)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user