scenarios/reversal_update/ruby.mako in balanced-1.0.2 vs scenarios/reversal_update/ruby.mako in balanced-1.1.0

- old
+ new

@@ -1,44 +1,44 @@ % if mode == 'definition': Balanced::Reversal.save % elif mode == 'request': require 'balanced' -Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV') +Balanced.configure('ak-test-2q80HU8DISm2atgm0iRKRVIePzDb34qYp') -reversal = Balanced::Reversal.fetch('/reversals/RV6qrEOTouLeIJuPu4s73Ra1') +reversal = Balanced::Reversal.fetch('/reversals/RV7BYCqyLOKwcWigapAoGWdr') reversal.description = 'update this description' reversal.meta = { 'refund.reason' => 'user not happy with product', 'user.notes' => 'very polite on the phone', 'user.satisfaction' => '6' } reversal.save % elif mode == 'response': -#<Balanced::Reversal:0x007fa93b66d2a8 +#<Balanced::Reversal:0x007fa7d40df150 @attributes= {"amount"=>3000, - "created_at"=>"2014-04-25T20:18:55.008280Z", + "created_at"=>"2014-05-15T00:43:48.266113Z", "currency"=>"USD", "description"=>"update this description", "failure_reason"=>nil, "failure_reason_code"=>nil, - "href"=>"/reversals/RV6qrEOTouLeIJuPu4s73Ra1", - "id"=>"RV6qrEOTouLeIJuPu4s73Ra1", - "links"=>{"credit"=>"CR6nBcaGvGc4dtflEB1bjKBP", "order"=>nil}, + "href"=>"/reversals/RV7BYCqyLOKwcWigapAoGWdr", + "id"=>"RV7BYCqyLOKwcWigapAoGWdr", + "links"=>{"credit"=>"CR7ushK6kWjPJYdh24QoM1A9", "order"=>nil}, "meta"=> {"refund.reason"=>"user not happy with product", "user.notes"=>"very polite on the phone", "user.satisfaction"=>"6"}, "status"=>"succeeded", - "transaction_number"=>"RV296-883-6069", - "updated_at"=>"2014-04-25T20:19:01.228936Z"}, + "transaction_number"=>"RV689-626-0403", + "updated_at"=>"2014-05-15T00:43:58.209158Z"}, @hyperlinks= {"credit"=> - #<Proc:0x007fa93b666318/lib/balanced/resources/resource.rb:60 (lambda)>, + #<Proc:0x007fa7d40dd0a8/lib/balanced/resources/resource.rb:60 (lambda)>, "events"=> - #<Proc:0x007fa93b65c098/lib/balanced/utils.rb:6 (lambda)>, + #<Proc:0x007fa7d40d70e0/lib/balanced/utils.rb:6 (lambda)>, "order"=> - #<Proc:0x007fa93b655dd8/lib/balanced/utils.rb:6 (lambda)>}> + #<Proc:0x007fa7d40d5678/lib/balanced/utils.rb:6 (lambda)>}> % endif