scenarios/customer_delete/ruby.mako in balanced-1.0.2 vs scenarios/customer_delete/ruby.mako in balanced-1.1.0

- old
+ new

@@ -1,9 +1,9 @@ % if mode == 'definition': Balanced::Customer.unstore % elif mode == 'request': -customer = Balanced::Customer.fetch('/customers/CU4MnFEab304anOtUtEu5hkN') +customer = Balanced::Customer.fetch('/customers/CU56PvhKAwSiV6LahZCcBMJ7') customer.unstore % elif mode == 'response': % endif