scenarios/customer_delete/ruby.mako in balanced-1.0.beta1 vs scenarios/customer_delete/ruby.mako in balanced-1.0

- old
+ new

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