diff --git a/initial-patron.py b/updated-patron.py index dfdafab..c3373c4 100644 --- a/initial-patron.py +++ b/updated-patron.py @@ -23,14 +23,14 @@ 'altcontact_surname': None, 'anonymized': False, 'autorenew_checkouts': True, - 'cardnumber': 'TEST123123123', + 'cardnumber': 'TEST1231231231', 'category_id': 'LIBRARY', 'check_previous_checkout': 'inherit', 'city': '', 'country': '', 'date_enrolled': '2021-10-01', - 'date_of_birth': None, - 'date_renewed': None, + 'date_of_birth': '2021-10-01', + 'date_renewed': '2021-10-01', 'email': 'xtestx@cca.edu', 'expiry_date': '2030-01-01', 'fax': None, @@ -39,7 +39,7 @@ 'incorrect_address': False, 'initials': None, 'lang': 'default', - 'last_seen': None, + 'last_seen': '2021-10-01T15:27:07-07:00', 'library_id': 'OAK', 'login_attempts': 0, 'mobile': '', @@ -67,6 +67,6 @@ 'street_type': None, 'surname': 'Testy', 'title': None, - 'updated_on': '2021-10-01T15:16:58-07:00', + 'updated_on': '2021-10-01T15:27:07-07:00', 'userid': 'xtestx' }