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

- old
+ new

@@ -1,44 +1,44 @@ % if mode == 'definition': Balanced::Reversal.save % elif mode == 'request': require 'balanced' -Balanced.configure('ak-test-2ADpvITfpgBn8uBzEGsQ2bIgWaftUWiul') +Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV') -reversal = Balanced::Reversal.fetch('/reversals/RV6OCxJ1UhkG84is6H9PHjkZ') +reversal = Balanced::Reversal.fetch('/reversals/RV6qrEOTouLeIJuPu4s73Ra1') 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:0x007fa4e49991f8 +#<Balanced::Reversal:0x007fa93b66d2a8 @attributes= {"amount"=>3000, - "created_at"=>"2014-03-06T19:23:55.596399Z", + "created_at"=>"2014-04-25T20:18:55.008280Z", "currency"=>"USD", "description"=>"update this description", "failure_reason"=>nil, "failure_reason_code"=>nil, - "href"=>"/reversals/RV6OCxJ1UhkG84is6H9PHjkZ", - "id"=>"RV6OCxJ1UhkG84is6H9PHjkZ", - "links"=>{"credit"=>"CR6NpuEtezCdLTYngDrSEODv", "order"=>nil}, + "href"=>"/reversals/RV6qrEOTouLeIJuPu4s73Ra1", + "id"=>"RV6qrEOTouLeIJuPu4s73Ra1", + "links"=>{"credit"=>"CR6nBcaGvGc4dtflEB1bjKBP", "order"=>nil}, "meta"=> {"refund.reason"=>"user not happy with product", "user.notes"=>"very polite on the phone", "user.satisfaction"=>"6"}, "status"=>"succeeded", - "transaction_number"=>"RV542-861-3670", - "updated_at"=>"2014-03-06T19:24:00.271458Z"}, + "transaction_number"=>"RV296-883-6069", + "updated_at"=>"2014-04-25T20:19:01.228936Z"}, @hyperlinks= {"credit"=> - #<Proc:0x007fa4e49932a8/lib/balanced/resources/resource.rb:60 (lambda)>, + #<Proc:0x007fa93b666318/lib/balanced/resources/resource.rb:60 (lambda)>, "events"=> - #<Proc:0x007fa4e49900f8/lib/balanced/utils.rb:6 (lambda)>, + #<Proc:0x007fa93b65c098/lib/balanced/utils.rb:6 (lambda)>, "order"=> - #<Proc:0x007fa4e293b398/lib/balanced/utils.rb:6 (lambda)>}> + #<Proc:0x007fa93b655dd8/lib/balanced/utils.rb:6 (lambda)>}> % endif