examples/customers.rb in balanced-0.7.1 vs examples/customers.rb in balanced-0.7.2

- old
+ new

@@ -67,10 +67,10 @@ puts "our bank account uri is #{bank_account.uri}" puts "our card uri is #{card.uri}" puts "associate the newly created bank account and card to our customer" -debugger + customer.add_card(card) customer.add_bank_account(bank_account) puts "check and make sure our customer now has a card and bank account listed"