scenarios/credit_update/ruby.mako in balanced-1.0.1 vs scenarios/credit_update/ruby.mako in balanced-1.0.2

- old
+ new

@@ -1,48 +1,48 @@ % if mode == 'definition': Balanced::Credit.save % elif mode == 'request': require 'balanced' -Balanced.configure('ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul') +Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV') -credit = Balanced::Credit.fetch('/credits/CR5XXPwA1ckaTDSIg3593sEx') +credit = Balanced::Credit.fetch('/credits/CR4yt4sdkTWI1t3HVS16mNAV') credit.description = 'New description for credit' credit.meta = { 'anykey' => 'valuegoeshere', 'facebook.id' => '1234567890' } credit.save % elif mode == 'response': -#<Balanced::Credit:0x007fa4e4a4a6b0 +#<Balanced::Credit:0x007fa93b4689f8 @attributes= {"amount"=>5000, "appears_on_statement_as"=>"example.com", - "created_at"=>"2014-03-06T19:23:08.771807Z", + "created_at"=>"2014-04-25T20:10:02.398021Z", "currency"=>"USD", "description"=>"New description for credit", "failure_reason"=>nil, "failure_reason_code"=>nil, - "href"=>"/credits/CR5XXPwA1ckaTDSIg3593sEx", - "id"=>"CR5XXPwA1ckaTDSIg3593sEx", + "href"=>"/credits/CR4yt4sdkTWI1t3HVS16mNAV", + "id"=>"CR4yt4sdkTWI1t3HVS16mNAV", "links"=> - {"customer"=>"CU5LVuaZG7gURfbA7TuMNoZa", - "destination"=>"BA5OqdmH8URGBYpilMITWsNW", + {"customer"=>"CU3VYCUIfwngJsidJWdGw2W5", + "destination"=>"BA3Y63fK5STwlhKNMkE3Utmd", "order"=>nil}, "meta"=>{"anykey"=>"valuegoeshere", "facebook.id"=>"1234567890"}, "status"=>"succeeded", - "transaction_number"=>"CR570-678-5174", - "updated_at"=>"2014-03-06T19:23:14.259690Z"}, + "transaction_number"=>"CR883-913-0274", + "updated_at"=>"2014-04-25T20:10:07.895933Z"}, @hyperlinks= {"customer"=> - #<Proc:0x007fa4e4a43f18/lib/balanced/resources/resource.rb:60 (lambda)>, + #<Proc:0x007fa93b459958/lib/balanced/resources/resource.rb:60 (lambda)>, "destination"=> - #<Proc:0x007fa4e4a41f60/lib/balanced/resources/resource.rb:60 (lambda)>, + #<Proc:0x007fa93b451488/lib/balanced/resources/resource.rb:60 (lambda)>, "events"=> - #<Proc:0x007fa4e4a3ada0/lib/balanced/utils.rb:6 (lambda)>, + #<Proc:0x007fa93b44a4f8/lib/balanced/utils.rb:6 (lambda)>, "order"=> - #<Proc:0x007fa4e4a396a8/lib/balanced/utils.rb:6 (lambda)>, + #<Proc:0x007fa93b449198/lib/balanced/utils.rb:6 (lambda)>, "reversals"=> - #<Proc:0x007fa4e41cb2c8/lib/balanced/utils.rb:6 (lambda)>}> + #<Proc:0x007fa93b432c18/lib/balanced/utils.rb:6 (lambda)>}> % endif