mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-07 00:00:35 -05:00
More method sorting for Topup class (#776)
This commit is contained in:
parent
044aa5286e
commit
14d6a4e6bf
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
class Topup < APIResource
|
class Topup < APIResource
|
||||||
extend Stripe::APIOperations::List
|
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
|
extend Stripe::APIOperations::List
|
||||||
include Stripe::APIOperations::Save
|
include Stripe::APIOperations::Save
|
||||||
|
|
||||||
OBJECT_NAME = "topup".freeze
|
OBJECT_NAME = "topup".freeze
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user