Class: User::InvoicesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- User::InvoicesController
- Defined in:
- app/controllers/phcdevworks_accounts_stripe/user/invoices_controller.rb
Instance Method Summary collapse
Instance Method Details
#user_invoice_item ⇒ Object
13 14 15 16 |
# File 'app/controllers/phcdevworks_accounts_stripe/user/invoices_controller.rb', line 13 def user_invoice_item end |
#user_invoice_list ⇒ Object
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 |