scenarios/hold_capture/ruby.mako in balanced-0.7.4 vs scenarios/hold_capture/ruby.mako in balanced-0.7.5

- old
+ new

@@ -1,13 +1,14 @@ % if mode == 'definition': Balanced::Hold.capture(...) % else: require 'balanced' -Balanced.configure('8af725c6d54611e2bf5e026ba7f8ec28') +Balanced.configure('ak-test-2KZfoLyijij3Y6OyhDAvFRF9tXzelBLpD') -hold = Balanced::Hold.find('/v1/marketplaces/TEST-MP4erLnXCYoaeyr3tx95WSKc/holds/HL5m1WNF0ste8ap24cZ5bVU4') +hold = Balanced::Hold.find('/v1/marketplaces/TEST-MP4K6K0PWGyPtXL4LZ42sQSb/holds/HL74dRg2HWc5vQwX0kQ9XQfM') debit = hold.capture( - {:appears_on_statement_as=>"ShowsUpOnStmt", :description=>"Some descriptive text for the debit in the dashboard", :hold_uri=>"/v1/marketplaces/TEST-MP4erLnXCYoaeyr3tx95WSKc/holds/HL5m1WNF0ste8ap24cZ5bVU4"} + :appears_on_statement_as => 'ShowsUpOnStmt', + :description => 'Some descriptive text for the debit in the dashboard' ) % endif