scenarios/hold_capture/ruby.mako in balanced-0.7.5 vs scenarios/hold_capture/ruby.mako in balanced-0.8.1
- old
+ new
@@ -1,14 +1,15 @@
% if mode == 'definition':
Balanced::Hold.capture(...)
% else:
require 'balanced'
-Balanced.configure('ak-test-2KZfoLyijij3Y6OyhDAvFRF9tXzelBLpD')
+Balanced.configure('8c3aeeb80e9e11e38901026ba7f8ec28')
-hold = Balanced::Hold.find('/v1/marketplaces/TEST-MP4K6K0PWGyPtXL4LZ42sQSb/holds/HL74dRg2HWc5vQwX0kQ9XQfM')
+hold = Balanced::Hold.find('/v1/marketplaces/TEST-MP4h8BxozeLxe7VAllP6b5gj/holds/HLKvFGAzFm4LqiLblBvyCzm')
debit = hold.capture(
:appears_on_statement_as => 'ShowsUpOnStmt',
- :description => 'Some descriptive text for the debit in the dashboard'
+ :description => 'Some descriptive text for the debit in the dashboard',
+ :hold_uri => '/v1/marketplaces/TEST-MP4h8BxozeLxe7VAllP6b5gj/holds/HLKvFGAzFm4LqiLblBvyCzm'
)
% endif