openedx / license-manager

Django backend for managing licenses and subscriptions
GNU Affero General Public License v3.0
30 stars 30 forks source link

fix: renewal processing saves original activation keys #705

Closed iloveagent57 closed 2 months ago

iloveagent57 commented 2 months ago

We previously were assigning, but not saving, the activation key from original to future licenses when processing renewals. ENT-9276

Testing considerations

Post-review

Squash commits into discrete sets of changes