Merge pull request #675 from stripe/tomer-remove-edittable-bitcoin-receivers-actions

Remove ability to perform edit-actions on bitcoin receivers
This commit is contained in:
tomer-stripe 2018-08-27 16:29:21 -07:00 committed by GitHub
commit 0d7315f037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,6 @@ module Stripe
class BitcoinReceiver < APIResource
# Directly creating or retrieving BitcoinReceivers is deprecated. Please use
# the Sources API instead: https://stripe.com/docs/sources/bitcoin
extend Stripe::APIOperations::Create
include Stripe::APIOperations::Save
include Stripe::APIOperations::Delete
extend Stripe::APIOperations::List
OBJECT_NAME = "bitcoin_receiver".freeze