scenarios/customer_credit/ruby.mako in balanced-0.7.4 vs scenarios/customer_credit/ruby.mako in balanced-0.7.5
- old
+ new
@@ -1,8 +1,8 @@
% if mode == 'definition':
Balanced::Customer.credit
% else:
-customer = Balanced::Customer.find('/v1/customers/CU6PXyMacKRYKNJPJFKtONK0')
-customer.credit(:amount => '100')
+customer = Balanced::Customer.find('/v1/customers/CU5f64LhFMO8cf7N1sQSRVOo')
+customer.credit(:amount => 100)
% endif