Fix schema for invoice email updating

Fixes #1209
This commit is contained in:
Joseph Schorr 2016-02-16 11:52:57 -05:00
parent babf61fdaa
commit ecaa051791
3 changed files with 10 additions and 3 deletions

View file

@ -199,7 +199,7 @@ class User(ApiResource):
'description': 'The user\'s username',
},
'invoice_email_address': {
'type': 'string',
'type': ['string', 'null'],
'description': 'Custom email address for receiving invoices',
}
},