Add the stripe id to the devtable user to suppress the notifications.

This commit is contained in:
yackob03 2014-01-10 12:39:23 -05:00
parent 93a5243434
commit 53c079fdc4
2 changed files with 1 additions and 0 deletions

View file

@ -164,6 +164,7 @@ def populate_database():
new_user_1 = model.create_user('devtable', 'password',
'jschorr@devtable.com')
new_user_1.verified = True
new_user_1.stripe_id = TEST_STRIPE_ID
new_user_1.save()
model.create_robot('dtrobot', new_user_1)

Binary file not shown.