mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
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:
commit
0d7315f037
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user