Class: Admin::InvoicesController

Inherits:
ApplicationController
  • Object
show all
Includes:
PhcdevworksCore::PhcdevworksPluginsHelper
Defined in:
app/controllers/phcdevworks_accounts_stripe/admin/invoices_controller.rb

Instance Method Summary collapse

Instance Method Details

#admin_invoice_listObject

Customers - List



12
13
14
# File 'app/controllers/phcdevworks_accounts_stripe/admin/invoices_controller.rb', line 12

def admin_invoice_list
    @admin_invoice_list = Stripe::Invoice.list({limit: 100})
end