This PR adds a new field isEndlessCampaign to create campaigns with no defined end date. I avoided using evergreen in the app's code (except for the DTO model) because that is not a meaningful name, and didn't want to couple it to the API definition.
Closes: 12390
This PR adds a new field
isEndlessCampaign
to create campaigns with no defined end date. I avoided usingevergreen
in the app's code (except for the DTO model) because that is not a meaningful name, and didn't want to couple it to the API definition.These changes can be tested using this PR: https://github.com/woocommerce/woocommerce-android/pull/12433