Module: GSGraph::Connections::Payments
- Included in:
- Application, User
- Defined in:
- lib/gs_graph/connections/payments.rb
Instance Method Summary collapse
Instance Method Details
#payments(options = {}) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/gs_graph/connections/payments.rb', line 4 def payments( = {}) orders = self.connection :payments, orders.map! do |order| Order.new order[:id], order.merge( :access_token => [:access_token] || self.access_token ) end end |