scenarios/credit_update/ruby.mako in balanced-1.0.beta1 vs scenarios/credit_update/ruby.mako in balanced-1.0

- old
+ new

@@ -1,48 +1,48 @@ % if mode == 'definition': Balanced::Credit.save % elif mode == 'request': require 'balanced' -Balanced.configure('ak-test-1kvvievk0Qqw5wQPsrlM9g7wQwNe62cyc') +Balanced.configure('ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul') -credit = Balanced::Credit.fetch('/credits/CR2UtQgq6L3FPd1YoOc8eyOC') +credit = Balanced::Credit.fetch('/credits/CR5XXPwA1ckaTDSIg3593sEx') credit.description = 'New description for credit' credit.meta = { 'anykey' => 'valuegoeshere', 'facebook.id' => '1234567890' } credit.save % elif mode == 'response': -#<Balanced::Credit:0x007fdc9e835310 +#<Balanced::Credit:0x007ff2bd960980 @attributes= {"amount"=>5000, "appears_on_statement_as"=>"example.com", - "created_at"=>"2014-01-27T22:57:19.073817Z", + "created_at"=>"2014-03-06T19:23:08.771807Z", "currency"=>"USD", "description"=>"New description for credit", "failure_reason"=>nil, "failure_reason_code"=>nil, - "href"=>"/credits/CR2UtQgq6L3FPd1YoOc8eyOC", - "id"=>"CR2UtQgq6L3FPd1YoOc8eyOC", + "href"=>"/credits/CR5XXPwA1ckaTDSIg3593sEx", + "id"=>"CR5XXPwA1ckaTDSIg3593sEx", "links"=> - {"customer"=>"CU2N5goX8AQJE0CCPeapHUsM", - "destination"=>"BA2QAksIxlLt60lqKc1wwgJy", + {"customer"=>"CU5LVuaZG7gURfbA7TuMNoZa", + "destination"=>"BA5OqdmH8URGBYpilMITWsNW", "order"=>nil}, "meta"=>{"anykey"=>"valuegoeshere", "facebook.id"=>"1234567890"}, "status"=>"succeeded", - "transaction_number"=>"CR408-633-3169", - "updated_at"=>"2014-01-27T22:57:25.832930Z"}, + "transaction_number"=>"CR570-678-5174", + "updated_at"=>"2014-03-06T19:23:14.259690Z"}, @hyperlinks= {"customer"=> - #<Proc:0x007fdc9e83f450/lib/balanced/resources/resource.rb:60 (lambda)>, + #<Proc:0x007ff2bd95aad0/lib/balanced/resources/resource.rb:60 (lambda)>, "destination"=> - #<Proc:0x007fdc9e83dad8/lib/balanced/resources/resource.rb:60 (lambda)>, + #<Proc:0x007ff2bd958640/lib/balanced/resources/resource.rb:60 (lambda)>, "events"=> - #<Proc:0x007fdc9e83c890/lib/balanced/utils.rb:6 (lambda)>, + #<Proc:0x007ff2bd952560/lib/balanced/utils.rb:6 (lambda)>, "order"=> - #<Proc:0x007fdc9e83ea78/lib/balanced/utils.rb:6 (lambda)>, + #<Proc:0x007ff2bd951980/lib/balanced/utils.rb:6 (lambda)>, "reversals"=> - #<Proc:0x007fdc9e83d880/lib/balanced/utils.rb:6 (lambda)>}> + #<Proc:0x007ff2bd94be18/lib/balanced/utils.rb:6 (lambda)>}> % endif