Skip to content

Commit

Permalink
Update scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
remear committed Apr 25, 2014
1 parent 09a0b62 commit cd72c54
Show file tree
Hide file tree
Showing 57 changed files with 332 additions and 333 deletions.
2 changes: 1 addition & 1 deletion scenarios/api_key_create/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')
key = Balanced::ApiKey.new.save

% elif mode == 'response':
#<Balanced::ApiKey:0x007fa6d256f0b0
#<Balanced::ApiKey:0x007fa93eb27070
@attributes=
{"created_at"=>"2014-04-25T20:09:11.537493Z",
"href"=>"/api_keys/AK3DgZwSCD2ggxGSw1bsiyDX",
Expand Down
4 changes: 2 additions & 2 deletions scenarios/api_key_list/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')
card = Balanced::ApiKey.all

% elif mode == 'response':
[#<Balanced::ApiKey:0x007fa6d257f078
[#<Balanced::ApiKey:0x007fa93eb37010
@attributes=
{"created_at"=>"2014-04-25T20:09:11.537493Z",
"href"=>"/api_keys/AK3DgZwSCD2ggxGSw1bsiyDX",
"id"=>"AK3DgZwSCD2ggxGSw1bsiyDX",
"links"=>{},
"meta"=>{}},
@hyperlinks={}>,
#<Balanced::ApiKey:0x007fa6d257eec0
#<Balanced::ApiKey:0x007fa93eb36e58
@attributes=
{"created_at"=>"2014-04-25T20:09:07.465428Z",
"href"=>"/api_keys/AK3yH23MtlEAProTVXwOnvWl",
Expand Down
2 changes: 1 addition & 1 deletion scenarios/api_key_show/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')

card = Balanced::ApiKey.fetch('/api_keys/AK3DgZwSCD2ggxGSw1bsiyDX')
% elif mode == 'response':
#<Balanced::ApiKey:0x007fa6d258da88
#<Balanced::ApiKey:0x007fa93eb45a48
@attributes=
{"created_at"=>"2014-04-25T20:09:11.537493Z",
"href"=>"/api_keys/AK3DgZwSCD2ggxGSw1bsiyDX",
Expand Down
12 changes: 6 additions & 6 deletions scenarios/bank_account_associate_to_customer/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bank_account = Balanced::BankAccount.fetch("/bank_accounts/BA3Y63fK5STwlhKNMkE3U
bank_account.associate_to_customer("/customers/CU3VYCUIfwngJsidJWdGw2W5")

% elif mode == 'response':
#<Balanced::BankAccount:0x007fa6d259f238
#<Balanced::BankAccount:0x007fa93eb571d0
@attributes=
{"account_number"=>"xxxxxx0001",
"account_type"=>"checking",
Expand All @@ -36,14 +36,14 @@ bank_account.associate_to_customer("/customers/CU3VYCUIfwngJsidJWdGw2W5")
"updated_at"=>"2014-04-25T20:09:30.667083Z"},
@hyperlinks=
{"bank_account_verification"=>
#<Proc:0x007fa6d259e608/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb565a0/lib/balanced/utils.rb:6 (lambda)>,
"bank_account_verifications"=>
#<Proc:0x007fa6d259c678/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb54610/lib/balanced/utils.rb:6 (lambda)>,
"credits"=>
#<Proc:0x007fa6d25a66c8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb5e660/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d25a4d28/lib/balanced/resources/resource.rb:60 (lambda)>,
#<Proc:0x007fa93eb5ccc0/lib/balanced/resources/resource.rb:60 (lambda)>,
"debits"=>
#<Proc:0x007fa6d25aeda0/lib/balanced/utils.rb:6 (lambda)>}>
#<Proc:0x007fa93eb66d38/lib/balanced/utils.rb:6 (lambda)>}>

% endif
12 changes: 6 additions & 6 deletions scenarios/bank_account_create/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bank_account = Balanced::BankAccount.new(
).save

% elif mode == 'response':
#<Balanced::BankAccount:0x007fa6d25cec18
#<Balanced::BankAccount:0x007fa93eb86bb0
@attributes=
{"account_number"=>"xxxxxx0001",
"account_type"=>"checking",
Expand All @@ -39,14 +39,14 @@ bank_account = Balanced::BankAccount.new(
"updated_at"=>"2014-04-25T20:09:30.053837Z"},
@hyperlinks=
{"bank_account_verification"=>
#<Proc:0x007fa6d25ce0b0/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb86048/lib/balanced/utils.rb:6 (lambda)>,
"bank_account_verifications"=>
#<Proc:0x007fa6d25cc198/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb84130/lib/balanced/utils.rb:6 (lambda)>,
"credits"=>
#<Proc:0x007fa6d25d61e8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb8e180/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d25d5838/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb8d7d0/lib/balanced/utils.rb:6 (lambda)>,
"debits"=>
#<Proc:0x007fa6d25df888/lib/balanced/utils.rb:6 (lambda)>}>
#<Proc:0x007fa93eb97848/lib/balanced/utils.rb:6 (lambda)>}>

% endif
12 changes: 6 additions & 6 deletions scenarios/bank_account_credit/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')
bank_account = Balanced::BankAccount.fetch('/bank_accounts/BA3Y63fK5STwlhKNMkE3Utmd')
bank_account.credit(:amount => 5000)
% elif mode == 'response':
#<Balanced::Credit:0x007fa6d25ff228
#<Balanced::Credit:0x007fa93ebb71c0
@attributes=
{"amount"=>5000,
"appears_on_statement_as"=>"example.com",
Expand All @@ -29,14 +29,14 @@ bank_account.credit(:amount => 5000)
"updated_at"=>"2014-04-25T20:18:54.380146Z"},
@hyperlinks=
{"customer"=>
#<Proc:0x007fa6d25fd6f8/lib/balanced/resources/resource.rb:60 (lambda)>,
#<Proc:0x007fa93ebb5690/lib/balanced/resources/resource.rb:60 (lambda)>,
"destination"=>
#<Proc:0x007fa6d2607d38/lib/balanced/resources/resource.rb:60 (lambda)>,
#<Proc:0x007fa93ebbfcf8/lib/balanced/resources/resource.rb:60 (lambda)>,
"events"=>
#<Proc:0x007fa6d2605ec0/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ebbde80/lib/balanced/utils.rb:6 (lambda)>,
"order"=>
#<Proc:0x007fa6d26054e8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ebbd4a8/lib/balanced/utils.rb:6 (lambda)>,
"reversals"=>
#<Proc:0x007fa6d260f650/lib/balanced/utils.rb:6 (lambda)>}>
#<Proc:0x007fa93ebc7610/lib/balanced/utils.rb:6 (lambda)>}>

% endif
14 changes: 7 additions & 7 deletions scenarios/bank_account_debit/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bank_account.debit(
)

% elif mode == 'response':
#<Balanced::Debit:0x007fa6d2625bd0
#<Balanced::Debit:0x007fa93ebddb68
@attributes=
{"amount"=>5000,
"appears_on_statement_as"=>"BAL*Statement text",
Expand All @@ -35,16 +35,16 @@ bank_account.debit(
"updated_at"=>"2014-04-25T20:09:34.551675Z"},
@hyperlinks=
{"customer"=>
#<Proc:0x007fa6d2625090/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ebdd028/lib/balanced/utils.rb:6 (lambda)>,
"dispute"=>
#<Proc:0x007fa6d2624708/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ebdc6a0/lib/balanced/utils.rb:6 (lambda)>,
"events"=>
#<Proc:0x007fa6d262e820/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ebe67e0/lib/balanced/utils.rb:6 (lambda)>,
"order"=>
#<Proc:0x007fa6d262de48/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ebe5e08/lib/balanced/utils.rb:6 (lambda)>,
"refunds"=>
#<Proc:0x007fa6d2637fb0/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ebeff70/lib/balanced/utils.rb:6 (lambda)>,
"source"=>
#<Proc:0x007fa6d2636610/lib/balanced/resources/resource.rb:60 (lambda)>}>
#<Proc:0x007fa93ebee5d0/lib/balanced/resources/resource.rb:60 (lambda)>}>

% endif
24 changes: 12 additions & 12 deletions scenarios/bank_account_list/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')
Balanced::BankAccount.all

% elif mode == 'response':
[#<Balanced::BankAccount:0x007fa6d26543e0
[#<Balanced::BankAccount:0x007fa93ec0c3a0
@attributes=
{"account_number"=>"xxxxxx0001",
"account_type"=>"checking",
Expand All @@ -34,16 +34,16 @@ Balanced::BankAccount.all
"updated_at"=>"2014-04-25T20:09:22.528628Z"},
@hyperlinks=
{"bank_account_verification"=>
#<Proc:0x007fa6d265f830/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ec177f0/lib/balanced/utils.rb:6 (lambda)>,
"bank_account_verifications"=>
#<Proc:0x007fa6d265d918/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ec158d8/lib/balanced/utils.rb:6 (lambda)>,
"credits"=>
#<Proc:0x007fa6d2667968/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ec1f900/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d2666fb8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ec1ef50/lib/balanced/utils.rb:6 (lambda)>,
"debits"=>
#<Proc:0x007fa6d2665078/lib/balanced/utils.rb:6 (lambda)>}>,
#<Balanced::BankAccount:0x007fa6d2665028
#<Proc:0x007fa93ec1d010/lib/balanced/utils.rb:6 (lambda)>}>,
#<Balanced::BankAccount:0x007fa93ec1cfc0
@attributes=
{"account_number"=>"xxxxxx0001",
"account_type"=>"checking",
Expand Down Expand Up @@ -71,14 +71,14 @@ Balanced::BankAccount.all
"updated_at"=>"2014-04-25T20:09:20.850706Z"},
@hyperlinks=
{"bank_account_verification"=>
#<Proc:0x007fa6d26673a0/lib/balanced/resources/resource.rb:60 (lambda)>,
#<Proc:0x007fa93ec1f310/lib/balanced/resources/resource.rb:60 (lambda)>,
"bank_account_verifications"=>
#<Proc:0x007fa6d2665410/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ec1d380/lib/balanced/utils.rb:6 (lambda)>,
"credits"=>
#<Proc:0x007fa6d265ea98/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ec169e0/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d265e0e8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ec16030/lib/balanced/utils.rb:6 (lambda)>,
"debits"=>
#<Proc:0x007fa6d265c0b8/lib/balanced/utils.rb:6 (lambda)>}>]
#<Proc:0x007fa93ec0ffa0/lib/balanced/utils.rb:6 (lambda)>}>]

% endif
12 changes: 6 additions & 6 deletions scenarios/bank_account_show/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')
bank_account = Balanced::BankAccount.fetch('/bank_accounts/BA3PDwDCkdeC4OgPtPNwoCWl')

% elif mode == 'response':
#<Balanced::BankAccount:0x007fa6d258ced0
#<Balanced::BankAccount:0x007fa93eb44e18
@attributes=
{"account_number"=>"xxxxxx0001",
"account_type"=>"checking",
Expand All @@ -33,14 +33,14 @@ bank_account = Balanced::BankAccount.fetch('/bank_accounts/BA3PDwDCkdeC4OgPtPNwo
"updated_at"=>"2014-04-25T20:09:22.528628Z"},
@hyperlinks=
{"bank_account_verification"=>
#<Proc:0x007fa6d258c368/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb442b0/lib/balanced/utils.rb:6 (lambda)>,
"bank_account_verifications"=>
#<Proc:0x007fa6d2576388/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb36368/lib/balanced/utils.rb:6 (lambda)>,
"credits"=>
#<Proc:0x007fa6d2574308/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb34400/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d256f998/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eb279d0/lib/balanced/utils.rb:6 (lambda)>,
"debits"=>
#<Proc:0x007fa6d256d9b8/lib/balanced/utils.rb:6 (lambda)>}>
#<Proc:0x007fa93eb259f0/lib/balanced/utils.rb:6 (lambda)>}>

% endif
12 changes: 6 additions & 6 deletions scenarios/bank_account_update/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bank_account.meta = {
bank_account.save

% elif mode == 'response':
#<Balanced::BankAccount:0x007fa6d252da20
#<Balanced::BankAccount:0x007fa93eae5a80
@attributes=
{"account_number"=>"xxxxxx0001",
"account_type"=>"checking",
Expand Down Expand Up @@ -43,14 +43,14 @@ bank_account.save
"updated_at"=>"2014-04-25T20:09:25.975494Z"},
@hyperlinks=
{"bank_account_verification"=>
#<Proc:0x007fa6d252cd50/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eae4e00/lib/balanced/utils.rb:6 (lambda)>,
"bank_account_verifications"=>
#<Proc:0x007fa6d2526dd8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eadede8/lib/balanced/utils.rb:6 (lambda)>,
"credits"=>
#<Proc:0x007fa6d2524ad8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eadcae8/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d25240d8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93eadc0e8/lib/balanced/utils.rb:6 (lambda)>,
"debits"=>
#<Proc:0x007fa6d251e340/lib/balanced/utils.rb:6 (lambda)>}>
#<Proc:0x007fa93ead6350/lib/balanced/utils.rb:6 (lambda)>}>

% endif
4 changes: 2 additions & 2 deletions scenarios/bank_account_verification_create/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bank_account = Balanced::BankAccount.fetch('/bank_accounts/BA3IhKG3bIN22cLHbaOIG
verification = bank_account.verify

% elif mode == 'response':
#<Balanced::BankAccountVerification:0x007fa6d24fcb28
#<Balanced::BankAccountVerification:0x007fa93eab4ae8
@attributes=
{"attempts"=>0,
"attempts_remaining"=>3,
Expand All @@ -23,6 +23,6 @@ verification = bank_account.verify
"verification_status"=>"pending"},
@hyperlinks=
{"bank_account"=>
#<Proc:0x007fa6d24f62c8/lib/balanced/resources/resource.rb:60 (lambda)>}>
#<Proc:0x007fa93eaae2b0/lib/balanced/resources/resource.rb:60 (lambda)>}>

% endif
4 changes: 2 additions & 2 deletions scenarios/bank_account_verification_show/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')
verification = Balanced::Verification.fetch('/verifications/BZ3KkIZuSazKfqFrFIfsrhmB')

% elif mode == 'response':
#<Balanced::BankAccountVerification:0x007fa6d24e48c0
#<Balanced::BankAccountVerification:0x007fa93ea9c8d0
@attributes=
{"attempts"=>0,
"attempts_remaining"=>3,
Expand All @@ -22,6 +22,6 @@ verification = Balanced::Verification.fetch('/verifications/BZ3KkIZuSazKfqFrFIfs
"verification_status"=>"pending"},
@hyperlinks=
{"bank_account"=>
#<Proc:0x007fa6d24deb50/lib/balanced/resources/resource.rb:60 (lambda)>}>
#<Proc:0x007fa93ea96b88/lib/balanced/resources/resource.rb:60 (lambda)>}>

% endif
4 changes: 2 additions & 2 deletions scenarios/bank_account_verification_update/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ verification.confirm(


% elif mode == 'response':
#<Balanced::BankAccountVerification:0x007fa6d24cca40
#<Balanced::BankAccountVerification:0x007fa93ea84a78
@attributes=
{"attempts"=>1,
"attempts_remaining"=>2,
Expand All @@ -27,6 +27,6 @@ verification.confirm(
"verification_status"=>"succeeded"},
@hyperlinks=
{"bank_account"=>
#<Proc:0x007fa6d24c6be0/lib/balanced/resources/resource.rb:60 (lambda)>}>
#<Proc:0x007fa93ea7ebf0/lib/balanced/resources/resource.rb:60 (lambda)>}>

% endif
2 changes: 1 addition & 1 deletion scenarios/callback_create/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ callback = Balanced::Callback.new(
).save

% elif mode == 'response':
#<Balanced::Callback:0x007fa6d24b4940
#<Balanced::Callback:0x007fa93ea6c9c8
@attributes=
{"href"=>"/callbacks/CB44XaMOcxsUnuQoA5A4VKCx",
"id"=>"CB44XaMOcxsUnuQoA5A4VKCx",
Expand Down
2 changes: 1 addition & 1 deletion scenarios/callback_list/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')

callbacks = Balanced::Callback.all
% elif mode == 'response':
[#<Balanced::Callback:0x007fa6d249e5a0
[#<Balanced::Callback:0x007fa93ea565b0
@attributes=
{"href"=>"/callbacks/CB44XaMOcxsUnuQoA5A4VKCx",
"id"=>"CB44XaMOcxsUnuQoA5A4VKCx",
Expand Down
2 changes: 1 addition & 1 deletion scenarios/callback_show/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')

callback = Balanced::Callback.fetch('/callbacks/CB44XaMOcxsUnuQoA5A4VKCx')
% elif mode == 'response':
#<Balanced::Callback:0x007fa6d24943c0
#<Balanced::Callback:0x007fa93ea4c3f8
@attributes=
{"href"=>"/callbacks/CB44XaMOcxsUnuQoA5A4VKCx",
"id"=>"CB44XaMOcxsUnuQoA5A4VKCx",
Expand Down
8 changes: 4 additions & 4 deletions scenarios/card_associate_to_customer/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV')
card = Balanced::Card.fetch('/cards/CC4tvKLTKXcBJAgkGvPEW58N')
card.associate_to_customer('/customers/CU3VYCUIfwngJsidJWdGw2W5')
% elif mode == 'response':
#<Balanced::Card:0x007fa6d24850a0
#<Balanced::Card:0x007fa93ea3d100
@attributes=
{"address"=>
{"city"=>nil,
Expand Down Expand Up @@ -39,10 +39,10 @@ card.associate_to_customer('/customers/CU3VYCUIfwngJsidJWdGw2W5')
"updated_at"=>"2014-04-25T20:09:58.467948Z"},
@hyperlinks=
{"card_holds"=>
#<Proc:0x007fa6d247e778/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93ea36788/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d247c180/lib/balanced/resources/resource.rb:60 (lambda)>,
#<Proc:0x007fa93ea34190/lib/balanced/resources/resource.rb:60 (lambda)>,
"debits"=>
#<Proc:0x007fa6d2476230/lib/balanced/utils.rb:6 (lambda)>}>
#<Proc:0x007fa93ea2e240/lib/balanced/utils.rb:6 (lambda)>}>

% endif
8 changes: 4 additions & 4 deletions scenarios/card_create/ruby.mako
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ card = Balanced::Card.new(
).save

% elif mode == 'response':
#<Balanced::Card:0x007fa6d244cbd8
#<Balanced::Card:0x007fa93ea04be8
@attributes=
{"address"=>
{"city"=>nil,
Expand Down Expand Up @@ -44,10 +44,10 @@ card = Balanced::Card.new(
"updated_at"=>"2014-04-25T20:09:57.984446Z"},
@hyperlinks=
{"card_holds"=>
#<Proc:0x007fa6d2446490/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93e9fe568/lib/balanced/utils.rb:6 (lambda)>,
"customer"=>
#<Proc:0x007fa6d24454c8/lib/balanced/utils.rb:6 (lambda)>,
#<Proc:0x007fa93e9fd500/lib/balanced/utils.rb:6 (lambda)>,
"debits"=>
#<Proc:0x007fa6d2417618/lib/balanced/utils.rb:6 (lambda)>}>
#<Proc:0x007fa93e9cf678/lib/balanced/utils.rb:6 (lambda)>}>

% endif
Loading

0 comments on commit cd72c54

Please sign in to comment.