Class: User::InvoicesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/phcdevworks_accounts_stripe/user/invoices_controller.rb

Instance Method Summary collapse

Instance Method Details

#user_invoice_itemObject



13
14
15
16
# File 'app/controllers/phcdevworks_accounts_stripe/user/invoices_controller.rb', line 13

def user_invoice_item

    
end

#user_invoice_listObject



9
10
11
# File 'app/controllers/phcdevworks_accounts_stripe/user/invoices_controller.rb', line 9

def user_invoice_list
    @user_invoice_list = Stripe::Invoice.list({customer: current_user.payments_customer_id})
end