Method: StripeLocal::Transaction.create

Defined in:
app/models/stripe_local/transaction.rb

.create(object) ⇒ Object



13
14
15
# File 'app/models/stripe_local/transaction.rb', line 13

def create object
  super normalize( object )
end