Sha256: 5249cc6d18425403cb6c01ce3a037aabbee71123c7bc18d283b87ac54826bdc7
Contents?: true
Size: 1.56 KB
Versions: 1
Compression:
Stored size: 1.56 KB
Contents
% if mode == 'definition': Balanced::Card.debit % elif mode == 'request': require 'balanced' Balanced.configure('ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV') card = Balanced::Card.fetch('/cards/CC4tvKLTKXcBJAgkGvPEW58N') card.debit( :amount => 5000, :appears_on_statement_as => 'Statement text', :description => 'Some descriptive text for the debit in the dashboard' ) % elif mode == 'response': #<Balanced::Debit:0x007fa93e9568e0 @attributes= {"amount"=>5000, "appears_on_statement_as"=>"BAL*Statement text", "created_at"=>"2014-04-25T20:10:20.485474Z", "currency"=>"USD", "description"=>"Some descriptive text for the debit in the dashboard", "failure_reason"=>nil, "failure_reason_code"=>nil, "href"=>"/debits/WD4SOTNKiZbBFrmMk6mfszIl", "id"=>"WD4SOTNKiZbBFrmMk6mfszIl", "links"=> {"customer"=>"CU3VYCUIfwngJsidJWdGw2W5", "dispute"=>nil, "order"=>nil, "source"=>"CC4tvKLTKXcBJAgkGvPEW58N"}, "meta"=>{}, "status"=>"succeeded", "transaction_number"=>"W060-183-8881", "updated_at"=>"2014-04-25T20:10:21.476140Z"}, @hyperlinks= {"customer"=> #<Proc:0x007fa93e954c48/lib/balanced/resources/resource.rb:60 (lambda)>, "dispute"=> #<Proc:0x007fa93e954270/lib/balanced/utils.rb:6 (lambda)>, "events"=> #<Proc:0x007fa93e94e348/lib/balanced/utils.rb:6 (lambda)>, "order"=> #<Proc:0x007fa93e94d970/lib/balanced/utils.rb:6 (lambda)>, "refunds"=> #<Proc:0x007fa93e9477c8/lib/balanced/utils.rb:6 (lambda)>, "source"=> #<Proc:0x007fa93e9456a8/lib/balanced/resources/resource.rb:60 (lambda)>}> % endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balanced-1.0.2 | scenarios/card_debit/ruby.mako |