lib/finapps/cli/cashflows.rb in finapps-0.16.0.pre vs lib/finapps/cli/cashflows.rb in finapps-0.16.1.pre
- old
+ new
@@ -13,10 +13,10 @@
user_identifier = '53d17daf-909d-45d2-6fb6-d43b74d364cb'
user_token = '4JZmhcHVf3ODRJ9TMKF7N/1sHDY3M5Q49A9ToAy+TDE='
client.user_credentials!(user_identifier, user_token)
- budget, error_messages = client.cashflows.show('2015-01-01T00:00:00Z', '2015-01-31T00:00:00Z')
+ budget, error_messages = client.cashflows.show('2015-02-01T00:00:00Z', '2015-02-28T00:00:00Z')
if budget.present?
puts
puts 'cashflow results:'
pp budget
else
\ No newline at end of file