remove AutoRenew__c from the schema files
We have renamed the Custom Auto Renew Zuora custom field API name from AutoRenew__c
to TurnOnAutoRenew__c
(issue https://gitlab.com/gitlab-org/customers-gitlab-com/-/issues/2947)
After renaming , AutoRenew__c
is now useless. It should be removed.
We need to remove AutoRenew__c
from the schema files as well. And then we can remove the Zuora custom field.
Problem
AutoRenew__c
is now useless. It should be removed.
Proposal
remove AutoRenew__c
from the schema files
- Production schema file https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/5fe12ca3016abc4814fdf756afa6896869dfec53/config/zuora/production/schema/Subscription.xml#L53
- Sandbox schema file https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/5fe12ca3016abc4814fdf756afa6896869dfec53/config/zuora/sandbox/schema/Subscription.xml#L53
- Staging schema file https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/def98ff782c5f26107bce05e2c3e3cb746654276/config/zuora/staging/schema/Subscription.xml#L145
Result
AutoRenew__c
is removed from the schema files
Next steps (if any)
-
Ask @mquitevis to remove the Zuora Subscription custom field AutoRenew__c
How will we measure success?
Edited by Qingyu Zhao