Skip to content

Commit

Permalink
Merge pull request #128 from recurly/add_api_fields
Browse files Browse the repository at this point in the history
Add more API fields
  • Loading branch information
drewish committed Jan 9, 2014
2 parents 2d34f4e + 871008b commit eaa1245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/recurly/invoice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Invoice < Resource
total_in_cents
currency
created_at
closed_at
line_items
transactions
)
Expand Down
1 change: 1 addition & 0 deletions lib/recurly/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Transaction < Resource
amount_in_cents
tax_in_cents
currency
payment_method
status
reference
recurring
Expand Down

0 comments on commit eaa1245

Please sign in to comment.