Skip to content

Commit

Permalink
More method sorting for Topup class (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stripe authored and ob-stripe committed May 7, 2019
1 parent 044aa52 commit 14d6a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/topup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module Stripe
class Topup < APIResource
extend Stripe::APIOperations::List
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save

OBJECT_NAME = "topup".freeze
Expand Down

0 comments on commit 14d6a4e

Please sign in to comment.