Working on adding products to order_cart

This commit is contained in:
Scott Idem
2021-08-11 19:18:28 -04:00
parent 616011edfe
commit 0ff9f1832e
2 changed files with 13 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ async def search_cont_edu_cert_person_obj_li(
# data['external_id'] = external_id
# data['given_name'] = given_name
# data['family_name'] = family_name
data['email'] = '%'+email+'%'
data['email'] = '%'+email+'%' # Adding the % symbol here because it turns certain combinations into special characters
# data['from_datetime'] = from_datetime
# data['to_datetime'] = to_datetime
log.debug(data)