openedx / edx-enterprise

GNU Affero General Public License v3.0
43 stars 46 forks source link

feat: update enterprise customer serializer to include additional fields #2164

Closed katrinan029 closed 2 months ago

katrinan029 commented 2 months ago

Description

Update EnterpriseCustomerSerializer in the edx-enterprise repo to return these additional fields: country, default_language, and enable_slug_login,

JIRA: https://2u-internal.atlassian.net/browse/ENT-9169

Test

  1. checkout this branch
  2. visit this link: http://localhost:18000/enterprise/api/v1/enterprise-customer/
  3. verify that the new fields are in the enterprise customer object Screenshot 2024-07-03 at 8 38 34 AM

Merge checklist:

Post merge: